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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « push/go/pulld/main.go ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [Unit]
2 Description=Skia pulld monitors and installs updated push packages.
3 Wants=network-online.target
4 After=network-online.target
5
6 [Service]
7 ExecStart=/usr/local/bin/pulld --oauth=false --log_dir=/var/log/logserver --inst alled_packages_file=/var/pulld/installed_packages.json
8 Restart=always
9 User=default
10 Group=default
11 LimitNOFILE=10000
12
13 [Install]
14 WantedBy=multi-user.target
OLDNEW
« 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