summaryrefslogtreecommitdiffstats
path: root/core/modules/remote-access
diff options
context:
space:
mode:
authorSimon Rettberg2020-06-18 11:32:11 +0200
committerSimon Rettberg2020-06-18 11:32:11 +0200
commitd29dbc5c8cf00d4916c3be85657448b6d79ee188 (patch)
tree3716db4c036c75a9a685ca01bbc05f3322d06516 /core/modules/remote-access
parent[remote-access] Add Module (diff)
downloadmltk-d29dbc5c8cf00d4916c3be85657448b6d79ee188.tar.gz
mltk-d29dbc5c8cf00d4916c3be85657448b6d79ee188.tar.xz
mltk-d29dbc5c8cf00d4916c3be85657448b6d79ee188.zip
[remote-access] Actually enable LoginRPC of lightdm greeter
Diffstat (limited to 'core/modules/remote-access')
-rwxr-xr-xcore/modules/remote-access/data/opt/openslx/scripts/systemd-remote_x_config4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/remote-access/data/opt/openslx/scripts/systemd-remote_x_config b/core/modules/remote-access/data/opt/openslx/scripts/systemd-remote_x_config
index 203324ca..97f4221e 100755
--- a/core/modules/remote-access/data/opt/openslx/scripts/systemd-remote_x_config
+++ b/core/modules/remote-access/data/opt/openslx/scripts/systemd-remote_x_config
@@ -6,3 +6,7 @@
ln -nfs /opt/openslx/remote-access/xorg.conf /etc/X11/xorg.conf.d/16-remote-access.conf
+cat > /etc/lightdm/qt-lightdm-greeter.conf.d/13-loginrpc.conf <<END
+[General]
+rpc-port = 7551
+END