[GH-ISSUE #330] README adduser command wrong #181

Open
opened 2026-03-13 16:04:29 +03:00 by kerem · 1 comment
Owner

Originally created by @mmiller7 on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/330

The README seems to have an error on the adduser line and contains many invalid option flags.

The following worked for me under CentOS 7 to create the user:

adduser --system --shell /sbin/nologin --home /var/lib/acme-dns acme-dns
Originally created by @mmiller7 on GitHub (Feb 5, 2023). Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/330 The README seems to have an error on the adduser line and contains many invalid option flags. The following worked for me under CentOS 7 to create the user: ``` adduser --system --shell /sbin/nologin --home /var/lib/acme-dns acme-dns ```
Author
Owner

@maddes-b commented on GitHub (Sep 21, 2024):

Some more explanation why the change:
adduser is mostly distro-dependent, e.g. Debian's adduser differs from CentOS ones.
useradd is more "POSIX" like.

<!-- gh-comment-id:2365303938 --> @maddes-b commented on GitHub (Sep 21, 2024): Some more explanation why the change: `adduser` is mostly distro-dependent, e.g. Debian's `adduser` differs from CentOS ones. `useradd` is more "POSIX" like.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#181
No description provided.