diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/gateone/gateone/gateone.service')
-rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone/gateone.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone/gateone.service b/meta-oe/recipes-connectivity/gateone/gateone/gateone.service new file mode 100644 index 000000000..7ff60020a --- /dev/null +++ b/meta-oe/recipes-connectivity/gateone/gateone/gateone.service | |||
@@ -0,0 +1,10 @@ | |||
1 | [Unit] | ||
2 | Description=GateOne daemon | ||
3 | ConditionPathExists=|/var/lib/gateone | ||
4 | |||
5 | [Service] | ||
6 | WorkingDirectory=/var/lib/gateone | ||
7 | ExecStart=/usr/bin/python gateone.py | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=multi-user.target | ||