提交 339ff865 编写于 作者: S Scott Kahler

Merge pull request #268 from skahler-pivotal/cent7_gpadmin_systemaccount

systemd IPC cleanup takes effect if gpadmin is not system user
......@@ -330,7 +330,7 @@ def checkUsernames():
def getAddUserCommand():
if isLinux:
return "useradd -m %s" % options.user
return "useradd -r -m %s" % options.user
else:
return "groupadd %s; useradd -d /export/home/%s -m -g %s -s /bin/bash %s" % (options.user, options.user, options.user, options.user)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册