mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
12 lines
213 B
Desktop File
12 lines
213 B
Desktop File
[Unit]
|
|
Description={{ DESCRIPTION }}
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/{{ PACKAGE_NAME }}/env
|
|
Type=simple
|
|
ExecStart={{ PROGRAM }} $OPTS
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|