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