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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « logmetrics/build_release ('k') | push/skiapush.conf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [Unit] 1 [Unit]
2 Description=PDF ingester 2 Description=The Skia logmetrics service.
3 Wants=network-online.target 3 Wants=network-online.target
4 After=network-online.target 4 After=network-online.target
5 5
6 [Service] 6 [Service]
7 ExecStart=/usr/local/bin/pdf_ingestion \ 7 ExecStart=/usr/local/bin/logmetrics \
8 --config_filename=/etc/pdf_ingestion/config.toml \
9 --log_dir=/var/log/logserver 8 --log_dir=/var/log/logserver
10 Restart=always 9 Restart=always
11 User=default 10 User=default
12 Group=default 11 Group=default
13 LimitNOFILE=10000 12 LimitNOFILE=10000
14 13
15 [Install] 14 [Install]
16 WantedBy=multi-user.target 15 WantedBy=multi-user.target
OLDNEW
« 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