更改useradd
This commit is contained in:
parent
46327ec02d
commit
c659716568
|
@ -20,7 +20,7 @@ sudo make install
|
|||
自己从源码安装,需要创建 postgres 用户:
|
||||
|
||||
```bash
|
||||
sudo adduser -r -s /usr/sbin/nologin postgres
|
||||
sudo useradd -r -s /usr/sbin/nologin postgres
|
||||
```
|
||||
|
||||
参数说明:
|
||||
|
|
Loading…
Reference in New Issue