Initial version
This commit is contained in:
Submodule
+1
Submodule opt/enocean added at 80a253bcea
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=EnOcean to KNX Gateway
|
||||
After=network.target knxd.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/opt/enocean
|
||||
ExecStart=/opt/enocean/.venv/bin/python3 /opt/enocean/enocean2knx-gw.py
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user