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

Unified Diff: push/sys/pulld.service

Issue 1137873005: Create a new pulld for systemd servers. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 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 | « push/go/pulld/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: push/sys/pulld.service
diff --git a/push/sys/pulld.service b/push/sys/pulld.service
new file mode 100644
index 0000000000000000000000000000000000000000..555ae33441673ad4212228f20a922dbc0a293ecc
--- /dev/null
+++ b/push/sys/pulld.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Skia pulld monitors and installs updated push packages.
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+ExecStart=/usr/local/bin/pulld --oauth=false --log_dir=/var/log/logserver --installed_packages_file=/var/pulld/installed_packages.json
+Restart=always
+User=default
+Group=default
+LimitNOFILE=10000
+
+[Install]
+WantedBy=multi-user.target
« no previous file with comments | « push/go/pulld/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698