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

Side by Side 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 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 unified diff | Download patch
OLDNEW
(Empty)
1 check process ingest with pidfile /var/run/ingest.pid
2 start program = "/etc/init.d/ingest start"
3 stop program = "/etc/init.d/ingest stop"
4 depends on ingest_init
5 depends on ingest_exe
6
7 check file ingest_init
8 with path /etc/init.d/ingest
9 if changed timestamp then restart
10
11 check file ingest_exe
12 with path /usr/local/bin/ingest
13 if changed timestamp then restart
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698