[util] remove pre-systemd groups

This commit is contained in:
Philip Müller 2018-06-30 08:45:45 +02:00
parent 7d56c7a58a
commit cc67d34b88
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
# disable_systemd=('pacman-init')
# unset defaults to given values
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"
# addgroups="lp,network,power,wheel"
# the same workgroup name if samba is used
# smb_workgroup="Manjaro"

View file

@ -386,7 +386,7 @@ load_profile_config(){
[[ -z ${login_shell} ]] && login_shell='/bin/bash'
if [[ -z ${addgroups} ]]; then
addgroups="audio,disk,lp,network,optical,power,scanner,storage,video,wheel"
addgroups="lp,network,power,wheel"
fi
if [[ -z ${enable_systemd[@]} ]]; then