summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-greeter-roomplan.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-greeter-roomplan.service')
-rw-r--r--core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-greeter-roomplan.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-greeter-roomplan.service b/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-greeter-roomplan.service
new file mode 100644
index 00000000..565f72c3
--- /dev/null
+++ b/core/modules/lightdm-greeter-bwlp/data/etc/systemd/system/lightdm-greeter-roomplan.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Download roomplan pictogram to display in lightdm greeter
+Before=lightdm.service
+After=network.target
+
+[Service]
+Type=oneshot
+Exec=/opt/openslx/scripts/systemd-download_roomplan
+