[Ocfs2-tools-devel] [PATCH] o2cb.service: drop unknown lvalue ExecRestart

Junxiao Bi junxiao.bi at oracle.com
Tue Dec 13 21:58:47 PST 2016


ExecRestart is not supported, service restart is done by stop then start
service. So remove it.

Signed-off-by: Junxiao Bi <junxiao.bi at oracle.com>
---
 vendor/common/o2cb.service |    1 -
 1 file changed, 1 deletion(-)

diff --git a/vendor/common/o2cb.service b/vendor/common/o2cb.service
index 94e2b1a29993..09d03540bc1c 100644
--- a/vendor/common/o2cb.service
+++ b/vendor/common/o2cb.service
@@ -8,7 +8,6 @@ Type=oneshot
 RemainAfterExit=yes
 ExecStart=/sbin/o2cb.init enable
 ExecStop=/sbin/o2cb.init disable
-ExecRestart=/sbin/o2cb.init restart
 
 [Install]
 WantedBy=multi-user.target
-- 
1.7.9.5




More information about the Ocfs2-tools-devel mailing list