view core/sysvinit/rc.conf @ 554:e135d70987c1

core/busybox: add some services, closes #1663
author David Demelier <markand@malikania.fr>
date Thu, 04 Jul 2019 20:17:00 +0200
parents 36f3ab3945d7
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=""