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