[ARVADOS] updated: 1.2.0-274-ge8f38d1ce
Git user
git at public.curoverse.com
Mon Oct 29 15:57:15 EDT 2018
Summary of changes:
services/keep-balance/keep-balance.service | 1 +
1 file changed, 1 insertion(+)
via e8f38d1ce78e6466e0182852ba8adff3240f070c (commit)
from c6a8183be387f693e21e6a89a3f4bffd29f54627 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e8f38d1ce78e6466e0182852ba8adff3240f070c
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Mon Oct 29 15:56:34 2018 -0400
Make sure keep-balance gets started with the lowest possible system priority by
default.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/services/keep-balance/keep-balance.service b/services/keep-balance/keep-balance.service
index 325affe58..563871607 100644
--- a/services/keep-balance/keep-balance.service
+++ b/services/keep-balance/keep-balance.service
@@ -19,6 +19,7 @@ Type=simple
ExecStart=/usr/bin/keep-balance -commit-pulls -commit-trash
Restart=always
RestartSec=10s
+Nice=19
# systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section
StartLimitInterval=0
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list