mirror of
https://github.com/azlux/dpkg-deb
synced 2024-11-23 06:46:18 +00:00
13 lines
212 B
Desktop File
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
|