[hydros-environment] Introduced package
Some checks failed
Build hydros-environment / Build and push image (push) Failing after 1m33s
Some checks failed
Build hydros-environment / Build and push image (push) Failing after 1m33s
This commit is contained in:
4
hydros-environment/etc/sddm/sddm-useradd
Normal file
4
hydros-environment/etc/sddm/sddm-useradd
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
getent group sddm > /dev/null || groupadd -r sddm
|
||||
getent passwd sddm > /dev/null || useradd -r -g sddm -c "SDDM Greeter Account" -d /var/lib/sddm -s /usr/sbin/nologin sddm
|
||||
Reference in New Issue
Block a user