Skip to content

Commit

Permalink
Add underscore prefix to lighthouse user
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 25, 2024
1 parent 330fefe commit 3553d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/laniakea-lighthouse.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ConditionPathExists=/etc/laniakea/base-config.toml
Type=notify
Restart=on-failure
ProtectSystem=full
User=lklighthouse
User=_lklighthouse
Group=nogroup
ExecStart=@LIGHTHOUSE_INSTALL_BIN@

Expand Down
2 changes: 1 addition & 1 deletion docs/general/initial-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You will need to add some system users for Laniakea services to use:
# NOTE: This user needs a HOME directory, mostly because of GnuPG silliness
sudo adduser --system --disabled-login --disabled-password --home /var/lib/laniakea/home --ingroup lkmaster lkmaster
# user for the "Lighthouse" message relay service & job distribution system
sudo adduser --system --disabled-login --disabled-password --no-create-home lklighthouse
sudo adduser --system --disabled-login --disabled-password --no-create-home _lklighthouse
# user for web services as well as the Matrix bot
sudo adduser --system --disabled-login --disabled-password --no-create-home --ingroup www-data lkweb
# web user needs to be a member of the master user group for HTTPS web uploads
Expand Down

0 comments on commit 3553d16

Please sign in to comment.