Skip to content

Commit 0b43f40

Browse files
committed
MINOR: exec pebble to be a PID 1 process
1 parent 21ec900 commit 0b43f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/start-pebble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ if [ ! -e /etc/haproxy/haproxy-aux.cfg ]; then
2121
fi
2222

2323
export EXTRA_OPTIONS="$@"
24-
pebble run --verbose
24+
exec pebble run --verbose

0 commit comments

Comments
 (0)