Blame SOURCES/ef62b8cc3f0808e7e75fb608d096369e24135aa1.patch

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