blob: 8a090216e4049318735cdd01c4c5bcffc6901345 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[Unit]
Description=Client for the free and distributed render farm SheepIt
Documentation=https://www.sheepit-renderfarm.com/
After=network.target
[Service]
User=sheepit-client
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
RestrictNamespaces=true
CacheDirectory=sheepit-client/
CacheDirectoryMode=700
ExecStart=/usr/bin/sheepit-client -config /etc/conf.d/sheepit-client
RestartSec=60
Restart=on-failure
[Install]
WantedBy=multi-user.target
|