Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
33cea83d1b | |||
79bccd989e | |||
6d2a516b64 |
4
rc.conf
4
rc.conf
@@ -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 :)
|
||||
|
||||
|
Reference in New Issue
Block a user