summarylogtreecommitdiffstats
path: root/airtime-liquidsoap.service
diff options
context:
space:
mode:
Diffstat (limited to 'airtime-liquidsoap.service')
-rw-r--r--airtime-liquidsoap.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/airtime-liquidsoap.service b/airtime-liquidsoap.service
new file mode 100644
index 000000000000..2738bfc30570
--- /dev/null
+++ b/airtime-liquidsoap.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=airtime-liquidsoap daemon
+After=local-fs.target remote-fs.target network.target
+
+[Service]
+Type=simple
+User=root
+ExecStart=/usr/bin/airtime-liquidsoap
+ExecReload=/usr/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target