Skip to content

Commit

Permalink
Fixes #5913: Adapt killall to kill/pidof combination in source rudder…
Browse files Browse the repository at this point in the history
…-web.properties
  • Loading branch information
peckpeck committed Dec 4, 2014
1 parent 3161964 commit f821c86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ rudder.nova.checkpromises.command=/bin/true
# Command to force the server to reload its promises
# This will be run every time promises are regenerated on the root server
#
rudder.cfengine.reload.server.command=/usr/bin/killall -SIGHUP cf-serverd
rudder.cfengine.reload.server.command=/usr/bin/killall -SIGHUP cf-serverd || /bin/kill -SIGHUP `/bin/pidof cf-serverd 2>/dev/null`

#
# Path to where CFEngine Enterprise (ex Nova) licenses are stored.
Expand Down

0 comments on commit f821c86

Please sign in to comment.