Bugzilla – Bug 1115445
logwatch: migrate from cron to systemd timers
Last modified: 2019-08-12 08:49:20 UTC
This bug is part of TRACKERBUG bug#1115430. Based on fate#323635 (Reduce usage of cron package in favor of systemd timers) we would like to minimize the number of packages that use cron in favour of systemd timers. It seems that your package uses cron. Please take a look at it and evaluate if it's possible to migrate your package to use systemd timers without impacting behaviour. If it's not possible, please write down the reason. Please note that by default, services are not enabled when the package is installed. You probably want your service to be enabled by default so you should create a submit request on systemd-presets-branding-openSUSE package, modifying default-openSUSE.preset file by adding "enable your_service_name.service".
(In reply to Kristyna Streitova from comment #0) > ... modifying default-openSUSE.preset file by adding "enable > your_service_name.service". A small correction: it should be "enable your_timer.timer" of course. See [1] for more information about systemd timers packaging. Feel free to enhance this wiki page. Thanks! [1] https://en.opensuse.org/openSUSE:Systemd_packaging_guidelines#Systemd_timers
Package is now migrated in factory