help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mcron


From: Pierre Neidhardt
Subject: Re: mcron
Date: Sun, 05 Aug 2018 00:02:39 +0200
User-agent: mu4e 1.0; emacs 26.1

No, mcron at the user-level is even simpler, simply tweak your configuration
file and start `mcron`.

Example job in ~/.config/cron/job.guile:
--8<---------------cut here---------------start------------->8---
(job '(next-hour (range 0 24 3)) "updatedb")
--8<---------------cut here---------------end--------------->8---

Once mcron is running, you can test the schedule by calling `mcron --schedule=5`
to list the 5 next scheduled jobs.

Have a look at "(mcron) Top", it's a very short read ;)

-- 
Pierre Neidhardt

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]