Skip to content

Commit 6f08920

Browse files
committed
fix: the shutdown script
1 parent 7ae170f commit 6f08920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l2/_op_rbuilder/mkosi.extra/etc/vault-agent/gomplate/rproxy.service.ctmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ ExecStart=/usr/bin/rproxy \
7272

7373
ExecStop=+/usr/bin/sh -c "kill -1 $( pgrep node-health ) | true"
7474
ExecStop=+/usr/bin/sleep 15
75-
ExecStop=+/usr/bin/sh -c "PID=$( pgrep rproxy ); if [ \"0${PID}\" -gt 0 ]; then kill -2 ${PID}; while kill -0 ${PID} 2>/dev/null; do sleep 1; done; fi"
75+
ExecStop=+/usr/bin/sh -c "PID=$( pgrep rproxy ); if [ 0${PID} -gt 0 ]; then kill -2 ${PID}; while kill -0 ${PID} 2>/dev/null; do sleep 1; done; fi"

0 commit comments

Comments
 (0)