unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Adding rottlog service in ‘%base-services’?
@ 2016-10-13  8:24 Ludovic Courtès
  2016-10-13  8:37 ` ng0
  2016-10-13  8:40 ` Vincent Legoll
  0 siblings, 2 replies; 8+ messages in thread
From: Ludovic Courtès @ 2016-10-13  8:24 UTC (permalink / raw)
  To: guix-devel

Hello Guix!

Should we add rottlog-service and thus mcron-service to
‘%base-services’?  Is log rotation a basic feature that people expect?
WDYT?

If we do so, we would need to document a way to add mcron jobs from the
‘operating-system’ declaration.  People would no longer be able to write
something like this in the ‘services’ field:

  (service mcron-service-type
           (mcron-configuration (jobs (list job1 job2 …))))

Instead, they’d write something like:

  (mcron-jobs (list job1 job2 …))

where:

  (define (mcron-jobs jobs)
    (simple-service 'user-mcron-jobs mcron-service-type jobs))

Thoughts?

Ludo’.

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

end of thread, other threads:[~2016-10-25 12:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13  8:24 Adding rottlog service in ‘%base-services’? Ludovic Courtès
2016-10-13  8:37 ` ng0
2016-10-13  8:44   ` David Craven
2016-10-19 15:03     ` Ludovic Courtès
2016-10-22  5:52       ` David Craven
2016-10-24 21:02         ` Ludovic Courtès
2016-10-25 12:53           ` David Craven
2016-10-13  8:40 ` Vincent Legoll

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).