12 lines
265 B
SYSTEMD
12 lines
265 B
SYSTEMD
|
[Unit]
|
||
|
Description=Zigbee LOL opening detection system
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Restart=always
|
||
|
ExecStart=/usr/share/zigbee-opener/main.py
|
||
|
Type=simple
|
||
|
WorkingDirectory=/usr/share/zigbee-opener/
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|