[Debian-ha-commits] [ocfs2-tools] 50/58: o2cb.service: drop unknown lvalue ExecRestart

Valentin Vidic vvidic-guest at moszumanska.debian.org
Tue Jun 20 13:40:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch upstream
in repository ocfs2-tools.

commit 5b3f00d75a75605cad7c8bb3df6422ce2671a19d
Author: Junxiao Bi <junxiao.bi at oracle.com>
Date:   Wed Dec 14 13:50:55 2016 +0800

    o2cb.service: drop unknown lvalue ExecRestart
    
    ExecRestart is not supported by systemd, systemd restart o2cb
    implictly stops and starts service. So, remove ExecRestart.
    
    Signed-off-by: Junxiao Bi <junxiao.bi at oracle.com>
    Reviewed-by: Ashish Samant <ashish.samant 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 94e2b1a..09d0354 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/ocfs2-tools.git



More information about the Debian-HA-Commits mailing list