add explnation for lingering in README
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user