[ARVADOS] updated: 1.1.2-17-ga5da28e
Git user
git at public.curoverse.com
Sun Jan 7 21:39:33 EST 2018
Summary of changes:
.../keepproxy.service => health/arvados-health.service} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
copy services/{keepproxy/keepproxy.service => health/arvados-health.service} (68%)
via a5da28efdbc8d9f2673a1b200a14297447b04664 (commit)
from cd9b6605e5ad6fb90c531fb4f1c98e113f0498ba (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 a5da28efdbc8d9f2673a1b200a14297447b04664
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Sun Jan 7 21:38:29 2018 -0500
Add systemd unit file for arvados-health.
refs #12260
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/services/health/arvados-health.service b/services/health/arvados-health.service
new file mode 100644
index 0000000..a3d0365
--- /dev/null
+++ b/services/health/arvados-health.service
@@ -0,0 +1,22 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+[Unit]
+Description=Arvados healthcheck server
+Documentation=https://doc.arvados.org/
+After=network.target
+AssertPathExists=/etc/arvados/config.yml
+# systemd<230
+StartLimitInterval=0
+# systemd>=230
+StartLimitIntervalSec=0
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/arvados-health
+Restart=always
+RestartSec=1s
+
+[Install]
+WantedBy=multi-user.target
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list