You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Fedora installation, do-agent and droplet-agent are the only two things that pull in cronie and cronie-anacron. On systems where you're providing a systemd service anyway, it'd be nice to replace the crontab entry by a systemd timer and drop the dependency on cronie.
On a Fedora installation,
do-agent
anddroplet-agent
are the only two things that pull incronie
andcronie-anacron
. On systems where you're providing a systemd service anyway, it'd be nice to replace the crontab entry by a systemd timer and drop the dependency oncronie
.Something like this should work:
See e.g.
dnf-automatic.timer
anddnf-automatic.service
for an example of how to do this well.The text was updated successfully, but these errors were encountered: