1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00
antelope-api-healthcheck/scripts/templates/sysunit.service

12 lines
217 B
Desktop File

[Unit]
Description={{ DESCRIPTION }}
After=network.target
[Service]
EnvironmentFile=-/etc/default/{{ PROGRAM_NAME }}
Type=simple
ExecStart={{ PROGRAM }} $OPTS
Restart=on-failure
[Install]
WantedBy=multi-user.target