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

Unified Diff: infra/libs/service_utils/_daemon_darwin.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 | « build/packages/infra_python.yaml ('k') | infra/libs/service_utils/_daemon_linux.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/libs/service_utils/_daemon_darwin.py
diff --git a/infra/libs/service_utils/_daemon_darwin.py b/infra/libs/service_utils/_daemon_darwin.py
index da65d5ccd879af753951094cbf310b65e0abdfc5..8e48d4a5f701334132be72f96d5c82a20f6ed207 100644
--- a/infra/libs/service_utils/_daemon_darwin.py
+++ b/infra/libs/service_utils/_daemon_darwin.py
@@ -6,6 +6,7 @@
from ._daemon_nix import (
become_daemon,
+ close_all_fds,
flock,
LockAlreadyLocked,
)
« no previous file with comments | « build/packages/infra_python.yaml ('k') | infra/libs/service_utils/_daemon_linux.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698