summaryrefslogtreecommitdiff
path: root/src/install.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-09install: fix incorrect 'Access denied' message with a non-existent unitMichal Schmidt1-1/+1
2011-12-05Allow 'list-unit-files' to run with --root.Bill Nottingham1-3/+2
2011-09-23coverity: change a few things so that coverity doesn't show so many false pos...Lennart Poettering1-1/+1
2011-09-23coverity: fix a couple of bugs found by coverityLennart Poettering1-1/+0
2011-08-01load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering1-6/+6
2011-07-25systemctl: hook up new install logicLennart Poettering1-2/+6
2011-07-23bus: expose installer functionsLennart Poettering1-0/+7
2011-07-23install: don't choke on dead linksLennart Poettering1-1/+1
2011-07-22sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering1-1/+1
2011-07-22install: add new installer implementationLennart Poettering1-0/+1944
2010-07-24systemctl: fold systemd-install into systemctlLennart Poettering1-1165/+0
2010-07-23install: default to minimal realization modeLennart Poettering1-2/+2
2010-07-18install: optionally remove all symlinks from configuration tree recursivelyLennart Poettering1-3/+237
2010-07-16install: refuse installation of symlinked unitsLennart Poettering1-5/+16
2010-07-13install: implement systemd-install realizeLennart Poettering1-15/+27
2010-07-11install: fix wrong dbus connection shutdownLennart Poettering1-3/+5
2010-07-09install: properly parse --realize=reloadLennart Poettering1-0/+2
2010-07-08install: various improvementsLennart Poettering1-29/+43
2010-07-07dbus: don't try to run AddMatch when connected to a private busLennart Poettering1-1/+1
2010-07-06install: implement --start optionLennart Poettering1-6/+311
2010-06-24utils: show help blurb when run without any argumentsLennart Poettering1-2/+2
2010-06-24minor fixes to help textsLennart Poettering1-2/+2
2010-06-19manager: get rid of destinction between running_as=system and running_as=init...Lennart Poettering1-1/+1
2010-06-18install: make systemd-install useful for installation of template instancesLennart Poettering1-12/+5
2010-06-17log: make color/location logging optionalLennart Poettering1-2/+1
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering1-1/+1
2010-06-16install: add systemd-install tool for managing alias/wants symlinksLennart Poettering1-0/+593