1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-08-26 20:48:13 +02:00

Split scripts/build*.sh into install and package scripts.

This commit is contained in:
Henrik Hautakoski 2022-08-19 13:17:32 +02:00
parent 3fce1f558b
commit f4a39783b1
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
13 changed files with 252 additions and 197 deletions

View file

@ -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"