unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58166: Changes to mcron service not applied after home reconfiguration
@ 2022-09-29 15:21 Fabio Natali
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Natali @ 2022-09-29 15:21 UTC (permalink / raw)
  To: 58166

Dear All,

My Guix Home configuration includes a Mcron service along the lines of:

,----
| (define my/home-mcron-service
|   (service
|    home-mcron-service-type
|    (home-mcron-configuration
|     (jobs
|      (list
|       #~(job
|          '(next-minute)
|          (lambda () (system* "notmuch" "new"))
|          "Get new email and process it via the Notmuch hook scripts."))))))
`----

After updating the above snippet in my `home-config.scm' and launching a
home-reconfiguration, I noticed that the mcron changes had not been
picked up.

For instance, `herd schedule mcron' prints information that's clearly
related to the previous job. A `herd restart mcron' also doesn't seem to
help.

The mcron job is finally picked up when restarting the system though,
which also seems to confirm the mcron job is ok, in itself.

I'll try and explore this a bit further later but I thought of opening a
bug as well. Anyone else having the same issue?

Thanks, best, Fabio.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#58166: Changes to mcron service not applied after home reconfiguration
       [not found] <mailman.508.1664548745.8553.bug-guix@gnu.org>
@ 2022-09-30 15:47 ` Fabio Natali
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Natali @ 2022-09-30 15:47 UTC (permalink / raw)
  To: 58166

On 2022-09-29, 16:21:20 +0100, Fabio Natali wrote:
> After updating the above snippet in my `home-config.scm' and launching
> a home-reconfiguration, I noticed that the mcron changes had not been
> picked up.

I stand corrected. Changes do seem to be picked up now. I'm no longer
able to reproduce this. Possibly solved after a recent upgrade. Thanks,
best, Fabio.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-30 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.508.1664548745.8553.bug-guix@gnu.org>
2022-09-30 15:47 ` bug#58166: Changes to mcron service not applied after home reconfiguration Fabio Natali
2022-09-29 15:21 Fabio Natali

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).