更改useradd

This commit is contained in:
Shockwave 2024-12-27 15:04:13 +08:00
parent 46327ec02d
commit c659716568
1 changed files with 1 additions and 1 deletions

View File

@ -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
```
参数说明: