Created user get home from somewhere, let adduser create it.
At least the Ubuntu/Debian adduser is nice enough not to make a mess of system user home directories with skeleton files.
This commit is contained in:
parent
2e068602d0
commit
96216c231e
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ domain). You may choose another location. Adjust to suit and run::
|
||||||
|
|
||||||
sudo adduser \
|
sudo adduser \
|
||||||
--system \
|
--system \
|
||||||
--no-create-home \
|
|
||||||
--shell /bin/sh \
|
--shell /bin/sh \
|
||||||
--gecos 'git version control' \
|
--gecos 'git version control' \
|
||||||
--group \
|
--group \
|
||||||
|
|
Loading…
Reference in a new issue