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

deb package: adding environment file for systemctl

This commit is contained in:
Henrik Hautakoski 2020-02-03 19:36:06 +01:00
parent 90b559a518
commit c926b4b5e5
3 changed files with 16 additions and 1 deletions

7
scripts/config Normal file
View file

@ -0,0 +1,7 @@
# Default settings for {{ PACKAGE_NAME }}
#
# This is sourced by the systemd unit file.
# Command line flags to pass to {{ PACKAGE_NAME }}
# First is IP to listen to, second is port.
#OPTS="127.0.0.1 1337"