- Update to release 1.20

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=9
This commit is contained in:
2022-04-30 12:31:58 +00:00
committed by Git OBS Bridge
parent 89183c33dd
commit e44ad67d95
8 changed files with 36 additions and 14 deletions

View File

@@ -19,8 +19,12 @@ chmod 0770 $vd || :
chmod 0770 /var/lib/gromox /var/log/gromox || :
# %post
if test -x /usr/bin/systemctl; then
if test -x /usr/bin/systemd-tmpfiles; then
systemd-tmpfiles --create tmpfiles-gromox.conf || :
else
echo "There is no systemd-tmpfiles present in the system. /run/gromox may not have been created."
fi
if test -x /usr/bin/systemctl; then
systemctl daemon-reload || :
systemctl try-restart gromox-adaptor.service gromox-delivery.service gromox-delivery-queue.service gromox-event.service gromox-http.service gromox-imap.service gromox-midb.service gromox-pop3.service gromox-timer.service gromox-zcore.service grommunio-chat.service php7.4-fpm.service saslauthd.service 2>/dev/null || :
fi