Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: src/cashew.conf

Issue 3048037: Add "stop on" stanza to cashew upstart script to prevent repeated respawning during system shutdown. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cashew.conf
diff --git a/src/cashew.conf b/src/cashew.conf
index 3eb40f902457c22fd6ab075241e88fb13bedfcdd..c1d300100d0c0fce89cbeeda53dbc57268f81670 100644
--- a/src/cashew.conf
+++ b/src/cashew.conf
@@ -5,5 +5,6 @@
# cashew upstart job
start on started flimflam
+stop on starting halt or starting reboot
respawn
exec /usr/sbin/cashewd --log_dir=/var/log/cashew --logbuflevel=-1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698