minix/etc/defaults/minix.rc.conf
Lionel Sambuc 50a1aef12b Move all services to /service
This concerns all services, a.k.a drivers, filesystem drivers, network
(inet, lwip, uds) servers, and the system servers.

Change-Id: I626fd15c795e15af42df2d10d47fb4a703665d63
2014-07-31 16:00:31 +02:00

12 lines
355 B
Plaintext

# Minix-specific rc.conf default values
# Where to find servers/drivers binaries
PKG_SERVICE_DIR=/usr/pkg/service
SERVICES_DIRS="/service $PKG_SERVICE_DIR"
# Where to find system.conf files and system.conf.d directories
# for servers/drivers
SYSTEM_CONF_SUBDIR=system.conf.d
PKG_SYSTEM_CONF_DIR=/usr/pkg/etc
SYSTEM_CONF_DIRS="/etc $PKG_SYSTEM_CONF_DIR"