mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
16 lines
329 B
Desktop File
16 lines
329 B
Desktop File
[Unit]
|
|
Description=Go Scrobble
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=www-data
|
|
Environment="MYSQL_HOST=127.0.0.1"
|
|
Environment="MYSQL_USER=goscrobble"
|
|
Environment="MYSQL_PASS=supersecurepass"
|
|
Environment="MYSQL_DB=goscrobble"
|
|
ExecStart=/opt/goscrobble/goscrobble
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|