aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Linz2016-08-15 09:53:27 +0200
committerAndreas Linz2016-08-15 09:54:08 +0200
commit32afb17256c83d2823c5bb659f796c5e2a109f3c (patch)
tree66638888c703f06b40df50093f860abcba21d172 /README.md
parent92e21502e9565062a1dfaf01789d48fe0bccf2d6 (diff)
downloadaur-32afb17256c83d2823c5bb659f796c5e2a109f3c.tar.gz
Add a note about PKBUILD user creation to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 891513204346..d5c616221768 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@ The [release notes for 0.9](https://caddyserver.com/blog/caddy-0_9-released) are
The following instructions are only relevant if you used the caddy AUR packages before the 0.9 release.
`www-data` is used as the new default user and group, therefore it needs to be available on the system.
-Run the following command to create the system user and group for www-data:
+The PKGBUILD's install script will create the user if it is not available.
+In case this didn't work run the following command to create the system user and group for www-data:
```sh
useradd --system --shell /usr/bin/nologin www-data