We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d70e8c commit 258fe99Copy full SHA for 258fe99
appliances/VRouter/DHCP4v2/main.rb
@@ -134,7 +134,7 @@ def install(initdir: '/etc/init.d')
134
CONFIG_FILE="$BASE_DIR/#{CONFIG_FILE_NAME}"
135
SERVICE_EXEC="$BASE_DIR/coredhcp-onelease"
136
PIDFILE="/run/$RC_SVCNAME.pid"
137
- LOG_DIR="/var/log/one-appliance"
+ LOG_DIR="/var/log"
138
LOG_FILE="$LOG_DIR/$RC_SVCNAME.log"
139
140
command="$SERVICE_EXEC"
packer/service_VRouter/10-update.sh
@@ -11,4 +11,6 @@ apk --no-cache add bash curl ethtool gawk go grep iproute2 iptables iptables-ope
11
12
rc-update add iptables default
13
14
+touch /etc/iptables/rules-save
15
+
16
sync
0 commit comments