mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
12 lines
183 B
Desktop File
12 lines
183 B
Desktop File
[Unit]
|
|
Description=Go Scrobble
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=www-data
|
|
ExecStart=/opt/goscrobble/goscrobble
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|