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