Blame SOURCES/ef62b8cc3f0808e7e75fb608d096369e24135aa1.patch

61e743
From ef62b8cc3f0808e7e75fb608d096369e24135aa1 Mon Sep 17 00:00:00 2001
61e743
From: Kazunori INOUE <inouekazu@intellilink.co.jp>
61e743
Date: Mon, 2 Apr 2018 13:12:33 +0900
61e743
Subject: [PATCH] Low: conf: Add Restart option to booth-arbitrator.service
61e743
61e743
---
61e743
 conf/booth-arbitrator.service.in | 3 +++
61e743
 1 file changed, 3 insertions(+)
61e743
61e743
diff --git a/conf/booth-arbitrator.service.in b/conf/booth-arbitrator.service.in
61e743
index a7a59a9..7050ae2 100644
61e743
--- a/conf/booth-arbitrator.service.in
61e743
+++ b/conf/booth-arbitrator.service.in
61e743
@@ -14,3 +14,6 @@ WantedBy=multi-user.target
61e743
 Type=simple
61e743
 @NOTIFY_ACCESS_SWITCH@NotifyAccess=main
61e743
 ExecStart=/usr/sbin/boothd daemon -S -c /etc/booth/booth.conf
61e743
+
61e743
+# Restart options include: no, on-success, on-failure, on-abnormal, on-watchdog, on-abort, or always
61e743
+Restart=on-failure