Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add-user.sh: Add user to group *systemd-journal*
  • Loading branch information
pmenzel committed Oct 24, 2019
1 parent 44403fd commit 46c0c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chroot-scripts/add-user.sh
Expand Up @@ -11,3 +11,5 @@ adduser "$USERNAME" adm
etckeeper commit -m "Add user $USERNAME to group *adm*"
adduser "$USERNAME" lpadmin
etckeeper commit -m "Add user $USERNAME to group *lpadmin*"
adduser "$USERNAME" systemd-journal
etckeeper commit -m "Add user $USERNAME to group *systemd-journal*"

0 comments on commit 46c0c16

Please sign in to comment.