From afb0fe3ccead10a3a68f938e80c891fe9d9cb9d3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 14 Aug 2018 19:52:39 +0000 Subject: Move s6 higher in the supervision chain - Better s6 layout, with a place for early services and a place for packages to add their services later on. - s6-svscan is now supervised by sysvinit (instead of being run once by openrc) - s6-svscan is now the only process supervised by sysvinit. All the other "respawn" lines are delegated to s6. - utmpd and wtmpd are now early services instead of being added by openrc. These changes implement a full supervision architecture and make init more flexible. Later on, it will be easier to - add conditional gettys (for /dev/hvc0...) - remove sysvinit entirely - decouple the init process from the service manager. --- system/utmps/utmps.pre-upgrade | 1 - 1 file changed, 1 deletion(-) (limited to 'system/utmps/utmps.pre-upgrade') diff --git a/system/utmps/utmps.pre-upgrade b/system/utmps/utmps.pre-upgrade index 6db960686..10b5b31ff 100644 --- a/system/utmps/utmps.pre-upgrade +++ b/system/utmps/utmps.pre-upgrade @@ -2,5 +2,4 @@ addgroup -S utmp 2>/dev/null adduser -S -D -H -s /bin/false -G utmp -g utmp utmp 2>/dev/null -echo 'Run "rc-update add s6 default; rc-update add utmps default" to automatically start the utmpd and wtmpd services at boot time.' 1>&2 exit 0 -- cgit v1.2.3-60-g2f50