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

Unified Diff: perf/sys/skiaperfd.service

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/skiaperfd.service
diff --git a/perf/sys/skiaperfd.service b/perf/sys/skiaperfd.service
new file mode 100644
index 0000000000000000000000000000000000000000..9e6c52865fccb0b0efa6845bf8669035edc96b1a
--- /dev/null
+++ b/perf/sys/skiaperfd.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=Web server for Skia correctness monitoring.
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+ExecStart=/usr/local/bin/skiaperf \
+ --resources_dir=/usr/local/share/skiaperf/ \
+ --git_repo_dir=/mnt/pd0/data/skia \
+ --log_dir=/var/log/logserver \
+ --trace_service="skia-tracedb:9000"
+
+Restart=always
+User=default
+Group=default
+LimitNOFILE=10000
+
+[Install]
+WantedBy=multi-user.target

Powered by Google App Engine
This is Rietveld 408576698