mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-21 16:11:56 +00:00
13 lines
210 B
Desktop File
13 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
|