aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/solo-tool.service
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/solo-tool.service')
-rw-r--r--deployment/solo-tool.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/deployment/solo-tool.service b/deployment/solo-tool.service
new file mode 100644
index 0000000..e33a036
--- /dev/null
+++ b/deployment/solo-tool.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Solo tool web frontend service
+After=network-online.target sound.target
+
+[Service]
+WorkingDirectory=/home/eddy/git/solo-tool
+Environment="SESSION_DIR=/home/eddy/music/sessions"
+Environment="SONG_POOL=/home/eddy/music/songs"
+ExecStart=/home/eddy/git/solo-tool/deployment/start-solo-tool.sh
+
+[Install]
+WantedBy=default.target