1 Commits

Author SHA1 Message Date
44ea1a3071 adduser-space script 2026-02-22 14:30:28 +02:00
2 changed files with 1 additions and 7 deletions

View File

@@ -2,9 +2,3 @@
## Docs
docs folder includes some documentation about how to use server. Please read docs and ask questions if you don't understand how to use smth directly or in issues
## Scripts
### [adduser-script](/scripts/adduser-space)
enables lingering after creating a user\
lingering means user's systemd services are continue work after logout and start with system start

View File

@@ -2,5 +2,5 @@
username=$1
useradd -m -s /bin/bash "$username"
loginctl enable-linger "$username"
loginctl enable-linger "$username" # for user's systemd services to work after logout and start with system start
echo "$username"