lxqt: add new mhwd-live-net service

This commit is contained in:
udeved 2017-03-07 16:13:00 +01:00
parent b749d96143
commit ce5993f1dc
1 changed files with 2 additions and 2 deletions

View File

@ -72,10 +72,10 @@ enable_openrc=('acpid' 'cgmanager' 'consolekit' 'cronie' 'dbus' 'syslog-ng' 'Net
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
enable_systemd_live=('manjaro-live' 'pacman-init' 'mirrors-live-net')
enable_systemd_live=('manjaro-live' 'pacman-init' 'mhwd-live-net' 'mirrors-live-net')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
enable_openrc_live=('manjaro-live' 'pacman-init' 'mirrors-live-net')
enable_openrc_live=('manjaro-live' 'pacman-init' 'mhwd-live-net' 'mirrors-live-net')