]> git.ipfire.org Git - thirdparty/systemd.git/blob - xorg/50-systemd-user.sh
docs: document new description field
[thirdparty/systemd.git] / xorg / 50-systemd-user.sh
1 #!/bin/sh
2
3 systemctl --user import-environment DISPLAY XAUTHORITY
4
5 if command -v dbus-update-activation-environment >/dev/null 2>&1; then
6 dbus-update-activation-environment DISPLAY XAUTHORITY
7 fi