|
From: Alex P. <pes...@ma...> - 2010-11-03 08:16:54
|
On 11/03/10 02:32, Philippe Makowski wrote: > Alex Peshkoff [2010-10-29 16.24] : >>> Also in we have to replace System V style init scripts with upstart >>> jobs in Ubuntu ... >> Hops, one more format of daemon startup. Sometimes I start to think >> better about windows with it's well documented services. > OpenSuse and Fedora are moving to Systemd > http://www.freedesktop.org/wiki/Software/systemd > http://0pointer.de/blog/projects/systemd.html This is much more serious change - this is not another format of startup scripts, but replacement of init (pid 1). Looks very interesting, but unfortunately is still in experimental state. And requires reworking of not only startup script (appears it's not needed at all), but daemon code too, like getting socket to listen from environment instead opening it ourself. Quite possible that sooner or later we will not need other startup types except systemd. |