|
|
@ -408,7 +408,7 @@ getent group openvswitch >/dev/null || groupadd -r openvswitch
|
|
|
|
getent passwd openvswitch >/dev/null || \
|
|
|
|
getent passwd openvswitch >/dev/null || \
|
|
|
|
useradd -r -g openvswitch -d / -s /sbin/nologin \
|
|
|
|
useradd -r -g openvswitch -d / -s /sbin/nologin \
|
|
|
|
-c "Open vSwitch Daemons" openvswitch
|
|
|
|
-c "Open vSwitch Daemons" openvswitch
|
|
|
|
getent group hugetlbfs >/dev/null || groupadd hugetlbfs
|
|
|
|
getent group hugetlbfs >/dev/null || groupadd -r hugetlbfs
|
|
|
|
usermod -a -G hugetlbfs openvswitch
|
|
|
|
usermod -a -G hugetlbfs openvswitch
|
|
|
|
exit 0
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
|
|