rc.conf example for the timezone

This commit is contained in:
Jack L. Frost 2014-11-07 00:09:34 +03:00
parent f65b360295
commit 9edb1380fb
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ export PATH='/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin'
# Hostname
cfg_hostname='changeme'
# Timezone
#cfg_timezone='Europe/Moscow'
# Services
cfg_services+=( 'fsck' 'mount' 'systemd-udevd' 'sysctl' ) # Services that need tp be started in an order
cfg_services+=( @agetty-tty{2..6} ) # Comment this if your init starts something on the ttys itself.