diff options
Diffstat (limited to 'deployment')
| -rw-r--r-- | deployment/solo-tool.service | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/deployment/solo-tool.service b/deployment/solo-tool.service index 5fdfb11..9e24f4b 100644 --- a/deployment/solo-tool.service +++ b/deployment/solo-tool.service @@ -1,8 +1,10 @@  [Unit]  Description=Solo tool web frontend service -After=network.target +After=network-online.target  [Service] +User=eddy +Group=eddy  Environment="SERVICE_DIR=/var/lib/solo-tool"  Environment="SESSION_DIR=/var/lib/solo-tool/sessions"  Environment="SONG_POOL=/var/lib/solo-tool/songs" | 
