10 lines
221 B
SYSTEMD
10 lines
221 B
SYSTEMD
|
[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
|