drop support for MANAGER_SESSION, introduce MANAGER_USER instead
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Nov 2010 21:12:41 +0000 (22:12 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Nov 2010 21:13:26 +0000 (22:13 +0100)
commitaf2d49f70bcff20efaf2d69aecaf4b3e898ff1fa
tree3b2e21237d67459424f5e276dda07a9be3575e62
parent62347bc24a695bc0527f663af5fe136b1a993573
drop support for MANAGER_SESSION, introduce MANAGER_USER instead
31 files changed:
Makefile.am
TODO
man/daemon.xml
man/systemadm.xml
man/systemctl.xml
man/systemd.conf.xml
man/systemd.special.xml.in
man/systemd.xml
src/dbus-manager.c
src/dbus.c
src/main.c
src/manager.c
src/manager.h
src/path-lookup.c
src/path-lookup.h
src/sd-daemon.h
src/service.c
src/systemadm.vala
src/systemctl-bash-completion.sh
src/systemctl.c
systemd.pc.in
units/session/.gitignore [deleted file]
units/session/Makefile [deleted symlink]
units/session/default.target [deleted file]
units/session/exit.service.in [deleted file]
units/session/exit.target [deleted file]
units/user/.gitignore [new file with mode: 0644]
units/user/Makefile [new symlink]
units/user/default.target [new file with mode: 0644]
units/user/exit.service.in [new file with mode: 0644]
units/user/exit.target [new file with mode: 0644]