Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Cronjobs on runit? (Read 1380 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

Cronjobs on runit?

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
Yup, just make sure that cronie and cronie-runit are installed and that the service is up and running

Re: Cronjobs on runit?

Reply #2
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

Re: Cronjobs on runit?

Reply #3
Thank you, I am being an idiot just the whole time without installing cronie-runit.