14 lines
231 B
Text
14 lines
231 B
Text
|
[Unit]
|
||
|
Description=Keymatic MQTT Service
|
||
|
Requires=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
ExecStart=/usr/bin/python3 /opt/Keymatic-mqtt/mqtt.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|