stream/resources/commander/templates/unit.mustache
2020-08-02 13:46:45 +02:00

17 lines
239 B
Text

[Unit]
Description={{ description }}
StartLimitIntervalSec=2
StartLimitBurst=5
[Service]
ExecStart={{& command }}
Restart=always
RestartSec=100ms
[Install]
WantedBy={{ target }}
###
### GENERATED BY `stream`
### DO NOT EDIT BY HAND
###