12 lines
265 B
Desktop File
12 lines
265 B
Desktop File
[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 |