gate: add 2nd. gate

Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
Thomas Klaehn
2018-08-25 11:15:45 +02:00
parent a5205cfbcb
commit 35d1aa796c
8 changed files with 185 additions and 206 deletions

10
chickenhouse.service Normal file
View File

@@ -0,0 +1,10 @@
[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