Cronjobs on runit? 16 March 2021, 01:47:02 I'm using the runit system and I would like to know if setting up cronjobs is the same as in systemd, on systemd I would install cronie and enable the service with sudo systemctl enable --now cronie, what would be the alternative for runit?
Re: Cronjobs on runit? Reply #1 – 16 March 2021, 03:23:22 Yup, just make sure that cronie and cronie-runit are installed and that the service is up and running Last Edit: 16 March 2021, 18:06:03 by linuxer 2 Likes
Re: Cronjobs on runit? Reply #2 – 16 March 2021, 17:20:16 Thanks I installed cronie-runit and ran Code: [Select]sudo ln -s /etc/runit/sv/cronie /run/runit/service then Code: [Select]sv start cronie to start the service, thanks for the help 2 Likes
Re: Cronjobs on runit? Reply #3 – 05 May 2024, 12:16:56 Thank you, I am being an idiot just the whole time without installing cronie-runit.