mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 21:52:19 +00:00
Basic API structure
This commit is contained in:
parent
28d8d3491a
commit
529ac7ab84
9 changed files with 118 additions and 16 deletions
|
@ -5,10 +5,6 @@ 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue