mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-28 21:08:13 +02:00
Split scripts/build*.sh into install and package scripts.
This commit is contained in:
parent
3fce1f558b
commit
f4a39783b1
13 changed files with 252 additions and 197 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Default settings for {{ PACKAGE_NAME }}
|
||||
# Default settings for {{ PROGRAM_NAME }}
|
||||
#
|
||||
# This is sourced by the systemd unit file.
|
||||
|
||||
# Command line flags to pass to {{ PACKAGE_NAME }}
|
||||
# Command line flags to pass to {{ PROGRAM_NAME }}
|
||||
# First is IP to listen to, second is port.
|
||||
#OPTS="127.0.0.1 1337"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Description={{ DESCRIPTION }}
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/{{ PACKAGE_NAME }}/env
|
||||
EnvironmentFile=-/etc/{{ PROGRAM_NAME }}/env
|
||||
Type=simple
|
||||
ExecStart={{ PROGRAM }} $OPTS
|
||||
Restart=on-failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue