summaryrefslogtreecommitdiff
path: root/indiserver_systemd
diff options
context:
space:
mode:
Diffstat (limited to 'indiserver_systemd')
-rwxr-xr-xindiserver_systemd8
1 files changed, 8 insertions, 0 deletions
diff --git a/indiserver_systemd b/indiserver_systemd
new file mode 100755
index 0000000..266d0ff
--- /dev/null
+++ b/indiserver_systemd
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+source /etc/indiserver.conf
+
+echo "Launching INDI server with drivers $INDI_DRIVERS"
+
+exec /usr/bin/indiserver -v $INDI_DRIVERS
+