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 dc458b4 commit 8fd4a93Copy full SHA for 8fd4a93
2 files changed
packages/apache-omd/skel/etc/init.d/apache
@@ -56,6 +56,8 @@ kill_stale_php_cgis() {
56
57
# override generic reload function
58
__generic_init_reload() {
59
+ PID=$(__generic_init_pid)
60
+ echo -n " (PID: ${PID})... "
61
if ! $DAEMON $OPTS -k graceful; then
62
echo "ERROR: failed to send SIGHUP"
63
return 1
packages/omd/init_profile
@@ -289,7 +289,7 @@ __generic_init_reload() {
289
fi
290
291
[ "$CORE_NOVERIFY" ] || __generic_init_verify_config quiet || return 1
292
- echo " (PID: ${PID})... "
293
if ! kill -HUP ${PID}; then
294
295
0 commit comments