Artix Linux Forum

Artix Linux => System => Topic started by: Wim on 16 March 2021, 01:47:02

Title: Cronjobs on runit?
Post by: Wim on 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?
Title: Re: Cronjobs on runit?
Post by: linuxer on 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
Title: Re: Cronjobs on runit?
Post by: Wim on 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
Title: Re: Cronjobs on runit?
Post by: tasnuva on 05 May 2024, 12:16:56
Thank you, I am being an idiot just the whole time without installing cronie-runit.