We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae170f commit 6f08920Copy full SHA for 6f08920
l2/_op_rbuilder/mkosi.extra/etc/vault-agent/gomplate/rproxy.service.ctmpl
@@ -72,4 +72,4 @@ ExecStart=/usr/bin/rproxy \
72
73
ExecStop=+/usr/bin/sh -c "kill -1 $( pgrep node-health ) | true"
74
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"
+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