opnsense-ports/sysutils/gnome_subr/files/gnome.subr
Franco Fichtner 3c69a0947d sysutils/gnome_subr: sync with upstream
Taken from: HardenedBSD
2021-04-07 21:15:49 +02:00

11 lines
231 B
Text

# Add the following to /etc/rc.conf to start GNOME services (dbus,
# gdm, and so on) at boot time:
#
# gnome_enable="YES"
#
# make sure to source rc.subr prior to this file
gnome_enable=${gnome_enable-"NO"}
load_rc_config gnome