diff options
Diffstat (limited to 'core/modules')
2 files changed, 11 insertions, 0 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-preload.service b/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-preload.service new file mode 100644 index 00000000..2b2b3e59 --- /dev/null +++ b/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-preload.service @@ -0,0 +1,10 @@ +[Unit] +Description=Preload lightdm + greeter +DefaultDependencies=no +Conflicts=shutdown.target + +[Service] +Type=oneshot +RemainAfterExit=true +ExecStart=/opt/openslx/bin/loadfscache /sbin/lightdm +ExecStart=/opt/openslx/bin/loadfscache /opt/openslx/bin/qt-lightdm-greeter diff --git a/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/sysinit.target.wants/lightdm-preload.service b/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/sysinit.target.wants/lightdm-preload.service new file mode 120000 index 00000000..42fde305 --- /dev/null +++ b/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/sysinit.target.wants/lightdm-preload.service @@ -0,0 +1 @@ +../lightdm-preload.service
\ No newline at end of file |
