1
0
mirror of https://github.com/azlux/dpkg-deb synced 2024-11-23 06:46:18 +00:00
dpkg-deb/sheepit/sheepit.service
2020-09-18 14:55:50 +02:00

13 lines
212 B
Desktop File

[Unit]
Description=SHEEPIT
[Service]
ExecStartPre=-/usr/local/sbin/load_cuda.sh
ExecStart=java -jar /usr/lib/sheepit-client.jar -h
Restart=always
Type=simple
RestartSec=60s
[Install]
WantedBy=multi-user.target