mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-15 17:28:04 +02:00
This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
214 B
SYSTEMD
11 lines
214 B
SYSTEMD
[Unit]
|
|
Description=GateOne daemon
|
|
ConditionPathExists=|@localstate@/lib/gateone
|
|
|
|
[Service]
|
|
WorkingDirectory=@localstate@/lib/gateone
|
|
ExecStart=@bindir@/python @bindir@/gateone
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|