[Debian-ha-commits] [csync2] 01/02: systemd: check csync2 at .service exit code

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sun Oct 23 13:48:28 UTC 2016


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

vvidic-guest pushed a commit to branch master
in repository csync2.

commit 0eda18b70246c590a1d07522c53500bc4f1d7e41
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Sun Oct 23 15:37:34 2016 +0200

    systemd: check csync2 at .service exit code
    
    It should only exit non-zero on fatal errors.
---
 debian/csync2 at .service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/csync2 at .service b/debian/csync2 at .service
index d839528..a112203 100644
--- a/debian/csync2 at .service
+++ b/debian/csync2 at .service
@@ -3,7 +3,7 @@ Description=Cluster file synchronization daemon
 Documentation=man:csync2(1)
 
 [Service]
-ExecStart=-/usr/sbin/csync2 -i -l
+ExecStart=/usr/sbin/csync2 -i -l
 StandardInput=socket
 StandardOutput=socket
 StandardError=syslog

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



More information about the Debian-HA-Commits mailing list