Skip to content

Commit e8c58a7

Browse files
committed
Lowered sleep interval on crash
1 parent 302b415 commit e8c58a7

File tree

1 file changed

+1
-1
lines changed
  • root/etc/services.d/openvpn

1 file changed

+1
-1
lines changed

root/etc/services.d/openvpn/finish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
if [ "$FAIL_MODE" == "hard" ]; then
88
exec s6-svscanctl -t /var/run/s6/services
99
else
10-
sleep 30
10+
sleep 5
1111
fi

0 commit comments

Comments
 (0)