diff options
Diffstat (limited to 'user/sddm/sddm.post-install')
-rw-r--r-- | user/sddm/sddm.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/sddm/sddm.post-install b/user/sddm/sddm.post-install new file mode 100644 index 000000000..bd75fec26 --- /dev/null +++ b/user/sddm/sddm.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +useradd -G video -c "Display manager user" -d /var/lib/sddm -r -s /sbin/nologin -U sddm |