From ce5993f1dc4ef1384f661f855270040a4db951d6 Mon Sep 17 00:00:00 2001 From: udeved Date: Tue, 7 Mar 2017 16:13:00 +0100 Subject: [PATCH] lxqt: add new mhwd-live-net service --- manjaro/lxqt/profile.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manjaro/lxqt/profile.conf b/manjaro/lxqt/profile.conf index 62e0ab0..0b82744 100644 --- a/manjaro/lxqt/profile.conf +++ b/manjaro/lxqt/profile.conf @@ -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')