chickenhouse/gate_guard.service
Thomas Klaehn f4ad11e92b ci: enable release stage
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2018-08-27 11:26:31 +02:00

10 lines
221 B
Desktop File

[Unit]
Description=Chickenhouse gate guard service
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python /usr/local/lib/python2.7/dist-packages/gate_guard/__init__.py
[Install]
WantedBy=multi-user.target