f4ad11e92b
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
10 lines
221 B
Desktop File
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 |