[ARVADOS] updated: 2.1.0-2258-gdaf902070
Git user
git at public.arvados.org
Wed Apr 13 14:40:10 UTC 2022
Summary of changes:
cmd/arvados-server/{arvados-controller.service => keepproxy.service} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
copy cmd/arvados-server/{arvados-controller.service => keepproxy.service} (90%)
via daf902070467a6a48bd0c9a8b147b8c27e0720c3 (commit)
from 372e66f06af08395b795ba4b2d8d59129a874a05 (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 daf902070467a6a48bd0c9a8b147b8c27e0720c3
Author: Tom Clegg <tom at curii.com>
Date: Wed Apr 13 10:38:46 2022 -0400
18947: Bring back keepproxy systemd unit file.
refs #18947
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/cmd/arvados-server/keepproxy.service b/cmd/arvados-server/keepproxy.service
new file mode 100644
index 000000000..7d4d09267
--- /dev/null
+++ b/cmd/arvados-server/keepproxy.service
@@ -0,0 +1,27 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+[Unit]
+Description=Arvados Keep Proxy
+Documentation=https://doc.arvados.org/
+After=network.target
+AssertPathExists=/etc/arvados/config.yml
+
+# systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
+StartLimitIntervalSec=0
+
+[Service]
+Type=notify
+EnvironmentFile=-/etc/arvados/environment
+ExecStart=/usr/bin/keepproxy
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
+Restart=always
+RestartSec=1
+
+# systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section
+StartLimitInterval=0
+
+[Install]
+WantedBy=multi-user.target
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list