This commit is contained in:
Jack L. Frost 2015-08-08 19:38:56 +03:00
parent 79bccd989e
commit 33cea83d1b
2 changed files with 7 additions and 3 deletions

View File

@ -9,8 +9,8 @@ cfg_hostname='changeme'
#cfg_timezone='Europe/Moscow'
# Services
cfg_services+=( 'fsck' 'mount' 'systemd-udevd' 'sysctl' ) # Services that need tp be started in an order
cfg_services+=( '@lo.iface' ) # These start in parallel.
cfg_services+=( 'fsck' 'mount' 'sysctl' 'rsyslogd' ) # Services that need tp be started in an order
cfg_services+=( '@lo.iface' '@scron' '@sshd' ) # These start in parallel.
cfg_services+=( @agetty-tty{2..6} ) # Comment this if your init starts something on the ttys itself.
cfg_services+=( 'rc.local' ) # Traditionally, rc.local starts last. Technically here it doesn't. Not quite :)

6
rc.in
View File

@ -142,10 +142,14 @@ rc.halt() {
esac
}
rc.sync() {
echo "Syncing disks."
}
rc.shutdown() {
rc.services_stop
rc.stop_everything
sync
rc.sync
rc.unmount_everything
rc.remount_root