summarylogtreecommitdiffstats
path: root/mstream.service
diff options
context:
space:
mode:
Diffstat (limited to 'mstream.service')
-rw-r--r--mstream.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/mstream.service b/mstream.service
new file mode 100644
index 000000000000..bc420eda6423
--- /dev/null
+++ b/mstream.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=mstream
+After=network.target
+
+[Service]
+User=mstream
+Type=simple
+WorkingDirectory=/var/lib/mstream
+ExecStart=/usr/bin/mstream /var/lib/mstream/config.json -m /var/lib/mstream/music
+
+[Install]
+WantedBy=multi-user.target
+