view core/rc/rc.conf @ 682:0d0271636a3d

qt/qtremoteobjects: initial import, closes #1528
author David Demelier <markand@malikania.fr>
date Wed, 31 Jul 2019 20:58:00 +0200
parents 58211c615a8c
children
line wrap: on
line source

#
# /etc/rc.conf: system configuration
#

# System hostname.
HOSTNAME="localhost"

# System timezone.
TIMEZONE="UTC"

# Services to start at boot.
SERVICES=""

# Console font and keymap
FONT=""
KEYMAP=""

# Networking.
INTERFACES="lo"