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

Commit

Permalink
fix: add lightdm oneshot service
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Apr 22, 2023
1 parent 82c57d9 commit 3562b81
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions etc/systemd/system/ublue-lightdm-workaround.service
@@ -0,0 +1,16 @@
# LightDM install from a container is currently bugged.
# https://github.com/coreos/rpm-ostree/issues/4369
# https://github.com/fedora-silverblue/issue-tracker/issues/452
# This workaround creates the user before LightDM runs.

[Unit]
Description=Work around broken LightDM install
Before=lightdm.service

[Service]
Type=oneshot
ExecStart=/etc/ublue-lightdm-workaround.sh
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

0 comments on commit 3562b81

Please sign in to comment.