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

Unified Diff: infra/libs/service_utils/_daemon_linux.py

Issue 1365583002: Have service_manager start a cloudtail attached to each service it starts. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Don't use hash() Created 5 years, 3 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 | « infra/libs/service_utils/_daemon_darwin.py ('k') | infra/libs/service_utils/_daemon_nix.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/libs/service_utils/_daemon_linux.py
diff --git a/infra/libs/service_utils/_daemon_linux.py b/infra/libs/service_utils/_daemon_linux.py
index 4ff972095f18b79078305fd77600b26d68de208c..7cc0e546383d60bb80797b53834c9c66ec64dc19 100644
--- a/infra/libs/service_utils/_daemon_linux.py
+++ b/infra/libs/service_utils/_daemon_linux.py
@@ -6,6 +6,7 @@
from ._daemon_nix import (
become_daemon,
+ close_all_fds,
flock,
LockAlreadyLocked,
)
« no previous file with comments | « infra/libs/service_utils/_daemon_darwin.py ('k') | infra/libs/service_utils/_daemon_nix.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698