summarylogtreecommitdiffstats
path: root/sheepit-client.service
blob: b9ddb7e117788a85f4e533cacc3beda529f22e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Client for the free and distributed render farm SheepIt
Documentation=https://www.sheepit-renderfarm.com/
After=network.target

[Service]
User=sheepit-client
ExecStart=/usr/bin/sheepit-client -config /etc/conf.d/sheepit-client -ui text
RestartSec=60
Restart=on-failure

[Install]
WantedBy=multi-user.target