chore(loki): expand kb

This commit is contained in:
Michele Cereda
2025-01-13 01:09:43 +01:00
parent a9b822bce4
commit 05f08628d7
3 changed files with 235 additions and 5 deletions

5
snippets/useradd.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
# Add system users
useradd --system --comment '-' --home-dir '/' --user-group 'loki' --shell '/sbin/nologin'
useradd -r -c '-' -d '/' -U 'loki' -s '/sbin/nologin'