From bea9b2690741c34817b1b103bee868f4e6f3eabc Mon Sep 17 00:00:00 2001 From: Gilles Gagniard Date: Tue, 26 May 2015 22:55:14 +0200 Subject: [PATCH] systemd needs to reload the newly installed sogod.service, otherwise enable/start will fail on first sogo installation --- packaging/rhel/sogo.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rhel/sogo.spec b/packaging/rhel/sogo.spec index 988f7c693..0b73d702b 100644 --- a/packaging/rhel/sogo.spec +++ b/packaging/rhel/sogo.spec @@ -390,6 +390,7 @@ fi # update timestamp on imgs,css,js to let apache know the files changed find %{_libdir}/GNUstep/SOGo/WebServerResources -exec touch {} \; %if 0%{?_with_systemd} + systemctl daemon-reload systemctl enable sogod systemctl start sogod > /dev/null 2>&1 %else