mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
12 lines
210 B
Desktop File
12 lines
210 B
Desktop File
[Unit]
|
|
Description=Go Scrobble
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/bin/bash -c 'cd /var/www/goscrobble-api && ./goscrobble'
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|