add explnation for lingering in README

This commit is contained in:
just-mn
2026-02-22 15:49:36 +03:00
parent 738e40ba48
commit bdf694d7a7
2 changed files with 4 additions and 3 deletions

View File

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