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

Unified Diff: logmetrics/sys/logmetrics.service

Issue 1946333004: logmetrics: Run as a service on skia-monitoring. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 7 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 | « logmetrics/build_release ('k') | push/skiapush.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logmetrics/sys/logmetrics.service
diff --git a/tracedb/sys/pdf-ingestion.service b/logmetrics/sys/logmetrics.service
similarity index 62%
copy from tracedb/sys/pdf-ingestion.service
copy to logmetrics/sys/logmetrics.service
index c9862eb60717d44bbf39a9c59edd16bc066c61ca..3743ef74df2ecb4543f6801ed986ebcdfa61d793 100644
--- a/tracedb/sys/pdf-ingestion.service
+++ b/logmetrics/sys/logmetrics.service
@@ -1,11 +1,10 @@
[Unit]
-Description=PDF ingester
+Description=The Skia logmetrics service.
Wants=network-online.target
After=network-online.target
[Service]
-ExecStart=/usr/local/bin/pdf_ingestion \
- --config_filename=/etc/pdf_ingestion/config.toml \
+ExecStart=/usr/local/bin/logmetrics \
--log_dir=/var/log/logserver
Restart=always
User=default
« no previous file with comments | « logmetrics/build_release ('k') | push/skiapush.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698