ansible/roles/services/templates/generic.service
polyfloyd 087a8619cf services/power_mqtt: New config for Space 4
The power meters are not online yet, so this is not tested
2024-07-03 21:47:43 +02:00

18 lines
278 B
Desktop File

# {{ ansible_managed }}
[Unit]
Description={{ description }}
After=network.target
{% if requires|default('') %}
Requires={{ requires }}
{% endif %}
[Service]
Type=simple
ExecStart={{ exec }}
Restart=always
RestartSec=10s
DynamicUser=true
[Install]
WantedBy=multi-user.target