chickenhouse/chickenhouse.service
Thomas Klaehn 35d1aa796c gate: add 2nd. gate
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2018-08-27 11:27:58 +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