mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 14:52:44 +00:00
systemd needs to reload the newly installed sogod.service, otherwise enable/start will fail on first sogo installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user