Skip to content

Commit

Permalink
sddm: Needs a group and user
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Nov 23, 2015
1 parent 660181c commit fb79d85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x11-wm/sddm/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

groupadd -g 64 sddm &&

useradd -c "SDDM Daemon Owner" -d /var/lib/sddm -u 64 -g sddm -s /bin/false sddm &&

OPTS+=" -DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf" &&

default_cmake_build

0 comments on commit fb79d85

Please sign in to comment.