Skip to content

Commit

Permalink
Merge pull request #680 from peckpeck/bug_5913/adapt_killall_to_kill_…
Browse files Browse the repository at this point in the history
…pidof_combination_in_source_rudder_web_properties

Fixes #5913: Adapt killall to kill/pidof combination in source rudder-web.properties
  • Loading branch information
jooooooon committed Dec 4, 2014
2 parents d8bc916 + f821c86 commit 0a805aa
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 0a805aa

Please sign in to comment.