feat(ostree-images): import river template files from wayblue
This commit is contained in:
parent
3f8e44008c
commit
576311545e
60 changed files with 2169 additions and 0 deletions
16
ostree-images/river/files/systemd/system/gdm-boot.service
Normal file
16
ostree-images/river/files/systemd/system/gdm-boot.service
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Creates an GDM user before GDM 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 GDM user on system boot
|
||||
Before=gdm.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/etc/gdm/gdm-useradd
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
16
ostree-images/river/files/systemd/system/sddm-boot.service
Normal file
16
ostree-images/river/files/systemd/system/sddm-boot.service
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue