summarylogtreecommitdiffstats
path: root/sheepit-client.service
blob: 66d46202d3a32933b176a110eedb5a6e73811856 (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
ExecStart=/usr/bin/sheepit-client -config /etc/conf.d/sheepit-client
RestartSec=10
Restart=on-failure

[Install]
WantedBy=multi-user.target