blob: f1e13b723aee59f5e27bc96eafe2d6ebd66f6846 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Unit]
Description=automatic system suspender for syncoid-based backups
[Service]
Type=oneshot
ExecStart=/usr/local/bin/syncoid-autosuspend.py
NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=strict
ProtectHome=yes
ProtectKernelTunables=yes
ProtectControlGroups=yes
RestrictRealtime=yes
RestrictAddressFamilies=AF_UNIX
[Install]
WantedBy=multi-user.target
|