[profile] add sys group by default

This commit is contained in:
Philip Müller 2018-08-22 03:20:38 +02:00
parent 7f57aa3339
commit 2911866e64
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="lp,network,power,wheel"
# addgroups="lp,network,power,sys, 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="lp,network,power,wheel"
addgroups="lp,network,power,sys,wheel"
fi
if [[ -z ${enable_systemd[@]} ]]; then