diff options
-rw-r--r-- | deployment/solo-tool.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/solo-tool.service b/deployment/solo-tool.service index 78b3bcb..5fdfb11 100644 --- a/deployment/solo-tool.service +++ b/deployment/solo-tool.service @@ -4,8 +4,8 @@ After=network.target [Service] Environment="SERVICE_DIR=/var/lib/solo-tool" -Environment="SESSION_DIR=${SERVICE_DIR}/sessions" -Environment="SONG_POOL=${SERVICE_DIR}/songs" +Environment="SESSION_DIR=/var/lib/solo-tool/sessions" +Environment="SONG_POOL=/var/lib/solo-tool/songs" ExecStart=/var/lib/solo-tool/start-solo-tool.sh [Install] |