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

Unified Diff: autoroll/sys/autorolld.service

Issue 1411553004: Add autoroll server (Closed) Base URL: https://skia.googlesource.com/buildbot@arb_status
Patch Set: Add error-toast-sk to app-sk Created 5 years, 2 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 | « autoroll/res/imp/arb-status-sk.html ('k') | autoroll/templates/header.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autoroll/sys/autorolld.service
diff --git a/status/sys/statusd.service b/autoroll/sys/autorolld.service
similarity index 55%
copy from status/sys/statusd.service
copy to autoroll/sys/autorolld.service
index e175818dd0f4baf115b46ede7ef03745af256a2b..cb5c824f762c49dd514f4d646cd3bfdab845dbb6 100644
--- a/status/sys/statusd.service
+++ b/autoroll/sys/autorolld.service
@@ -1,17 +1,16 @@
[Unit]
-Description=Status page for Skia
+Description=Skia AutoRoll Bot
Wants=network-online.target
After=network-online.target
[Service]
-ExecStart=/usr/local/bin/status \
- --log_dir=/var/log/logserver \
- --workdir=/mnt/pd0/status_workdir \
+ExecStart=/usr/local/bin/autoroll \
--use_metadata=true \
- --host=status.skia.org \
- --influxdb_host=skia-monitoring:10117 \
--graphite_server=skia-monitoring:2003 \
- --resources_dir=/usr/local/share/status
+ --host=autoroll.skia.org \
+ --log_dir=/var/log/logserver \
+ --workdir=/mnt/pd0/autoroll_workdir \
+ --resources_dir=/usr/local/share/skiaautoroll/
Restart=always
User=default
Group=default
« no previous file with comments | « autoroll/res/imp/arb-status-sk.html ('k') | autoroll/templates/header.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698