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