mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-22 20:08:13 +02:00
install linux: change config file from /etc/defualts/ to /etc/sysconfig
This commit is contained in:
parent
311d9b34cb
commit
76e50d1801
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ Description={{ PROGRAM_DESCRIPTION }}
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/default/{{ PROGRAM_NAME }}
|
||||
EnvironmentFile=-/etc/sysconfig/{{ PROGRAM_NAME }}
|
||||
Type=simple
|
||||
ExecStart={{ PROGRAM }} $EOSIO_API_HEALTCHECK_OPTS
|
||||
Restart=on-failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue