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

Side by Side Diff: perf/sys/perf_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 skiaperf with pidfile /var/run/skiaperf.pid
2 start program = "/etc/init.d/skiaperf start"
3 stop program = "/etc/init.d/skiaperf stop"
4 depends on skiaperf_init
5 depends on skiaperf_exe
6
7 check file skiaperf_init
8 with path /etc/init.d/skiaperf
9 if changed timestamp then restart
10
11 check file skiaperf_exe
12 with path /usr/local/bin/skiaperf
13 if changed timestamp then restart
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698