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