mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/sks-keyserver: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
df9873c445
commit
e981b349e4
1 changed files with 10 additions and 0 deletions
|
@ -14,3 +14,13 @@ the following conditions are met:
|
|||
in your trustedkeys.gpg keyring
|
||||
- You have downloaded the sig file from
|
||||
https://bitbucket.org/skskeyserver/sks-keyserver/downloads/sks-${VERSION}.tgz.asc
|
||||
|
||||
|
||||
Groupname and username
|
||||
|
||||
You must have the 'sks' group and user to run this script,
|
||||
for example:
|
||||
|
||||
groupadd -r sks -g 295
|
||||
useradd -u 295 -g 295 -c "SKS keyserver" -d /var/lib/sks -r -M \
|
||||
-e 1970-01-02 -s /sbin/nologin sks
|
||||
|
|
Loading…
Reference in a new issue