supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* Configuration services
@ 2009-07-26 16:22 David Miller
  2009-07-26 17:07 ` Laurent Bercot
  2009-07-27  8:56 ` Thomas Schwinge
  0 siblings, 2 replies; 8+ messages in thread
From: David Miller @ 2009-07-26 16:22 UTC (permalink / raw)
  To: supervision

Hi, does anyone use services that just set up some things but don't actually run a daemon?  This is hinted at http://smarden.org/pape/djb/daemontools/noinit.html.

Solaris does things like this with their SMF system and what they call "checkpoints".

I am doing this with runit by putting a while ./check; do; sleep 300; done; loop in the run script. Is there a better way?

-- 
David Miller dave@frop.net http://dave.frop.net/


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

end of thread, other threads:[~2009-07-28 16:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-26 16:22 Configuration services David Miller
2009-07-26 17:07 ` Laurent Bercot
2009-07-26 18:45   ` Charlie Brady
2009-07-26 21:10     ` David Miller
2009-07-27  8:56 ` Thomas Schwinge
2009-07-28  2:08   ` David Miller
2009-07-28  5:52     ` Laurent Bercot
2009-07-28 16:01       ` David Miller

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 NNTP newsgroup(s).