15 lines
228 B
Desktop File
15 lines
228 B
Desktop File
# Managed by Ansible
|
|
|
|
[Unit]
|
|
Description=SMD630 to MQTT Probe
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/var/lib/power-mqtt.py
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
DynamicUser=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|