comparison core/rc/rc.conf @ 566:ddb052f876cd

core/rc: move etc services to rc, closes #1666
author David Demelier <markand@malikania.fr>
date Fri, 05 Jul 2019 20:58:54 +0200
parents core/etc/rc.conf@2f46816f1cd6
children 58211c615a8c
comparison
equal deleted inserted replaced
565:15992f10ced3 566:ddb052f876cd
1 #
2 # /etc/rc.conf: system configuration
3 #
4
5 # System hostname.
6 HOSTNAME="localhost"
7
8 # System timezone.
9 TIMEZONE="UTC"
10
11 # Services to start at boot.
12 SERVICES=""
13
14 # Console font and keymap
15 FONT=""
16 KEYMAP=""