0f3d6a01c7
The openrc code base is not gentoo specific, so I feel that we should not refer to the migration guide in the comments inside the configuration files.
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
# This is the subsystem type. Valid options on FreeBSD:
|
|
# "" - nothing special
|
|
# "jail" - FreeBSD jails
|
|
# "prefix" - Prefix
|
|
# If unset, the old automagic detection code will be triggered. Said old code
|
|
# is deprecated and will be removed not later than 2011/03/01.
|
|
#
|
|
# This should be set to the value representing what environment this file is
|
|
# PRESENTLY in, not what virtualization the environment is capable of.
|
|
rc_sys="@RC_SYS_DEFAULT@"
|
|
|