From 9502b6b05a8d04710c89c145fa0451506ad1afd7 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 18 Sep 2013 16:30:31 +0200 Subject: xinitrc: Remove obsolete usage of systemd user Should not be started manually, since it is started implicitly by pam_systemd. Also disable graphical target to be the default target, since this ends up trying to start unwanted units. --- .xinitrc | 5 ----- 1 file changed, 5 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 057e3ef..3516cd8 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,10 +1,5 @@ #!/bin/sh -if [ "x$1" = "xsystemd" ]; then - export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/dbus/user_bus_socket - exec /usr/lib/systemd/systemd --user -fi - # Pass -ardelay 250 -arinterval 20 to X server instead. #xset r on #xset r rate 250 50 -- cgit