summaryrefslogtreecommitdiff
path: root/src/install.c
AgeCommit message (Collapse)Author
2010-07-11install: fix wrong dbus connection shutdownLennart Poettering
2010-07-09install: properly parse --realize=reloadLennart Poettering
2010-07-08install: various improvementsLennart Poettering
Rename --start to --realize, to make things less confusing when doing "systemctl stop --realize foo.service". Introduce --realize=reload. Don't talk to systemd when run within a chroot, or when systemd isn't running.
2010-07-07dbus: don't try to run AddMatch when connected to a private busLennart Poettering
2010-07-06install: implement --start optionLennart Poettering
2010-06-24utils: show help blurb when run without any argumentsLennart Poettering
2010-06-24minor fixes to help textsLennart Poettering
2010-06-19manager: get rid of destinction between running_as=system and ↵Lennart Poettering
running_as=init, as there is little value in it and we cannot really test this
2010-06-18install: make systemd-install useful for installation of template instancesLennart Poettering
2010-06-17log: make color/location logging optionalLennart Poettering
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering
2010-06-16install: add systemd-install tool for managing alias/wants symlinksLennart Poettering