mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-30 21:28:13 +02:00
scripts/install_linux.sh install systemd/init.d config file in /etc/default/eosio-api-healthcheck instead of /etc/eosio-api-healthcheck/env
Its the standard way for init.d but alot of systemd services uses it also.
This commit is contained in:
parent
0001c28ca7
commit
fd04b3364f
3 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Default settings for {{ PROGRAM_NAME }}
|
||||
#
|
||||
# This is sourced by the systemd unit file.
|
||||
# This is sourced by the systemd unit file or init.d
|
||||
|
||||
# Command line flags to pass to {{ PROGRAM_NAME }}
|
||||
# First is IP to listen to, second is port.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue