Files
enocean2knx-gw/systemd/system/enocean2knx-gw.service
T
2026-06-21 18:33:28 +00:00

15 lines
265 B
Desktop File

[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