Skip to content

rpm: Make sure timers are enabled on upgrade

Xavier Bachelot requested to merge xavierb/lemonldap-ng:fix_timers into v2.0

With the newly introduced systemd timers instead of cron files, the timers are properly enabled on initial installation, but stay inactive on upgrade. Fix that by running systemctl preset on upgrade.

Merge request reports