Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #5913: Adapt killall to kill/pidof combination in source rudder-web.properties #680

Conversation

peckpeck
Copy link
Member

@peckpeck peckpeck commented Dec 4, 2014

@@ -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\`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to / should escape backquotes here

@peckpeck peckpeck force-pushed the bug_5913/adapt_killall_to_kill_pidof_combination_in_source_rudder_web_properties branch from 6a28f6c to f821c86 Compare December 4, 2014 11:22
@peckpeck
Copy link
Member Author

peckpeck commented Dec 4, 2014

@jooooooon PR updated

jooooooon added a commit that referenced this pull request Dec 4, 2014
…pidof_combination_in_source_rudder_web_properties

Fixes #5913: Adapt killall to kill/pidof combination in source rudder-web.properties
@jooooooon jooooooon merged commit 0a805aa into Normation:branches/rudder/3.0 Dec 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants