Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore: fix display managers services
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Mar 9, 2024
1 parent 98f88fc commit 7e5a43f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/systemd/system/create-gdm-user.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ Type=oneshot
ExecStart=/usr/sbin/groupadd -g 42 gdm
ExecStart=/usr/sbin/useradd -u 42 -g gdm -c "GNOME Display Manager" -d /var/lib/gdm -s /usr/sbin/nologin gdm
ExecStart=/usr/bin/systemctl disable /usr/lib/systemd/system/create-gdm-user.service

[Install]
WantedBy=multi-user.target
3 changes: 3 additions & 0 deletions config/systemd/system/create-sddm-user.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ Type=oneshot
ExecStart=/usr/sbin/groupadd -r sddm
ExecStart=/usr/sbin/useradd -r -g sddm -c "SDDM Greeter Account" -d /var/lib/sddm -s /usr/sbin/nologin sddm
ExecStart=/usr/bin/systemctl disable /usr/lib/systemd/system/create-sddm-user.service

[Install]
WantedBy=multi-user.target

0 comments on commit 7e5a43f

Please sign in to comment.