mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
Initial Commit
This commit is contained in:
parent
f5d766bffe
commit
7c9c23ac92
14 changed files with 831 additions and 1 deletions
16
init/goscrobble.service
Normal file
16
init/goscrobble.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue