aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/gateone/gateone/gateone.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-connectivity/gateone/gateone/gateone.service')
-rw-r--r--meta-python/recipes-connectivity/gateone/gateone/gateone.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/gateone/gateone/gateone.service b/meta-python/recipes-connectivity/gateone/gateone/gateone.service
new file mode 100644
index 0000000000..7b14d3e6de
--- /dev/null
+++ b/meta-python/recipes-connectivity/gateone/gateone/gateone.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=GateOne daemon
+ConditionPathExists=|/var/lib/gateone
+
+[Service]
+WorkingDirectory=/var/lib/gateone
+ExecStart=/usr/bin/python /usr/bin/gateone
+
+[Install]
+WantedBy=multi-user.target