]> git.ipfire.org Git - thirdparty/systemd.git/blob - xorg/50-systemd-user.sh
sd-netlink: Make use of IN_SET (#5977)
[thirdparty/systemd.git] / xorg / 50-systemd-user.sh
1 #!/bin/sh
2
3 systemctl --user import-environment DISPLAY XAUTHORITY
4
5 if which dbus-update-activation-environment >/dev/null 2>&1; then
6 dbus-update-activation-environment DISPLAY XAUTHORITY
7 fi