Compare commits
1 Commits
adduser-sc
...
init
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f09a841bc |
@@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
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
|
|
||||||
echo "$username"
|
|
||||||
Reference in New Issue
Block a user