]> git.ipfire.org Git - thirdparty/systemd.git/blame - xorg/50-systemd-user.sh
man: fix incorrectly placed full stop
[thirdparty/systemd.git] / xorg / 50-systemd-user.sh
CommitLineData
1401ec2d
KS
1#!/bin/sh
2
3systemctl --user import-environment DISPLAY XAUTHORITY
3df49c28 4
5bcdbb22 5if command -v dbus-update-activation-environment >/dev/null 2>&1; then
cc5549ca 6 dbus-update-activation-environment DISPLAY XAUTHORITY
3df49c28 7fi