summarylogtreecommitdiffstats
path: root/roonbridge.service
diff options
context:
space:
mode:
Diffstat (limited to 'roonbridge.service')
-rw-r--r--roonbridge.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/roonbridge.service b/roonbridge.service
new file mode 100644
index 000000000000..62ff4763f76f
--- /dev/null
+++ b/roonbridge.service
@@ -0,0 +1,14 @@
+[Unit]
+ Description=RoonBridge
+ After=network.target
+
+ [Service]
+ Type=simple
+ User=root
+ Environment=ROON_DATAROOT=/var/roon
+ Environment=ROON_ID_DIR=/var/roon
+ ExecStart=/opt/RoonBridge/start.sh
+ Restart=on-abort
+
+ [Install]
+ WantedBy=multi-user.target \ No newline at end of file