Skip to content

Commit

Permalink
added missing sddm-boot.service file
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Aug 17, 2024
1 parent b6da4fc commit 7f7437a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions files/systemd/system/sddm-boot.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Creates an SDDM user before SDDM runs.
# See:
# - https://github.com/ublue-os/cinnamon/blob/bf44562ddbed670cdd0d03a45ea08bdb8a6e96a7/system_files/usr/lib/systemd/system/ublue-lightdm-workaround.service#L4
# - https://github.com/ublue-os/main/issues/224#issuecomment-1987851271

[Unit]
Description=Create SDDM user on system boot
Before=sddm.service

[Service]
Type=oneshot
ExecStart=/usr/etc/sddm/sddm-useradd
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

0 comments on commit 7f7437a

Please sign in to comment.