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

Unified Diff: perf/sys/ingest_monit

Issue 1473383002: Moved Perf to systemd and also move to using tracedb. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 1 month 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
Index: perf/sys/ingest_monit
diff --git a/perf/sys/ingest_monit b/perf/sys/ingest_monit
deleted file mode 100644
index 42266b9f511dfa9d3725e4cf12372a97df7e88c4..0000000000000000000000000000000000000000
--- a/perf/sys/ingest_monit
+++ /dev/null
@@ -1,13 +0,0 @@
-check process ingest with pidfile /var/run/ingest.pid
- start program = "/etc/init.d/ingest start"
- stop program = "/etc/init.d/ingest stop"
- depends on ingest_init
- depends on ingest_exe
-
-check file ingest_init
- with path /etc/init.d/ingest
- if changed timestamp then restart
-
-check file ingest_exe
- with path /usr/local/bin/ingest
- if changed timestamp then restart

Powered by Google App Engine
This is Rietveld 408576698