fix: separate systemctl restart and reenable commands

This commit is contained in:
2026-03-08 16:45:36 +01:00
parent 844e727b7d
commit 0d0044405e

View File

@@ -50,7 +50,8 @@ fi
# Restart services
systemctl daemon-reload
systemctl reenable --now nginx.service certbot-renew.timer
systemctl reenable nginx.service certbot-renew.timer
systemctl restart nginx.service certbot-renew.timer
%postun
# Remove folders after uninstall