summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tmpfiles: apply chown, chmod for 'Z' entries tooMichal Schmidt2011-12-163-34/+40
* service: use 'syslog+console' for sysv_consoleMichal Schmidt2011-12-161-1/+1
* man: mention that 'Z' ignores uid/gid/modeMichal Schmidt2011-12-161-2/+2
* man: document 'Z' in tmpfilesMichal Schmidt2011-12-162-1/+12
* tmpfiles: add RECURSIVE_RELABEL_PATH ('Z')Michal Schmidt2011-12-161-12/+112
* tmpfiles: separate a generic item glob processing functionMichal Schmidt2011-12-151-27/+33
* tmpfiles: use a common function to set owner/group/mode/labelMichal Schmidt2011-12-151-75/+45
* tmpfiles: rename a couple of functionsMichal Schmidt2011-12-151-4/+4
* tmpfiles: use an enum instead of plain char for item typeMichal Schmidt2011-12-151-5/+7
* systemctl: fix typo in 'is-enabled'Michal Schmidt2011-12-151-1/+1
* fsck: Fix typo in commentGregs Gregs2011-12-151-1/+1
* update TODOLennart Poettering2011-12-141-0/+2
* pam-module: add a couple of debugging printsMichal Schmidt2011-12-141-0/+10
* unit: check for unneeded dependencies even when unit stop was expectedMichal Schmidt2011-12-091-0/+12
* unit: fix false positive in check for unneeded unitMichal Schmidt2011-12-091-5/+5
* path: add missing pieces for PathModifiedMichal Schmidt2011-12-082-2/+5
* '@' is an 'ampersat' not an 'ampersand'; let's call it 'at symbol'Tim Waugh2011-12-081-1/+1
* systemctl: print 'error' load state in redMichal Schmidt2011-12-061-4/+2
* unit: garbage collect units with load errorMichal Schmidt2011-12-061-0/+1
* Allow 'list-unit-files' to run with --root.Bill Nottingham2011-12-052-5/+5
* service: stop the service if ExecStartPost ends with a failureMichal Schmidt2011-12-031-12/+14
* service: handle services with racy daemonization gracefullyMichal Schmidt2011-12-032-21/+157
* path: add PathModified (= PathChanged + IN_MODIFY)Michal Schmidt2011-12-033-7/+13
* path: refactor PathSpec usageMichal Schmidt2011-12-032-161/+203
* path: use %m instead of strerror(errno)Michal Schmidt2011-12-031-2/+2
* util: fix error checking after fgets()Michal Schmidt2011-12-031-4/+4
* rc-local: order after network.targetMichal Schmidt2011-12-022-0/+2
* rc-local: no need to check if the script is executableMichal Schmidt2011-12-022-2/+0
* add a generator to pull rc-local.service inMichal Schmidt2011-12-024-13/+129
* man: document the PassCred optionMichal Schmidt2011-11-301-0/+11
* syslog: use PassCred=yes for the /dev/log socketMichal Schmidt2011-11-302-4/+2
* shutdownd: use PassCred=yes in the socket unitMichal Schmidt2011-11-302-6/+1
* socket: add option for SO_PASSCREDMichal Schmidt2011-11-304-0/+12
* let mount and swap units log to the configured defaultsMichal Schmidt2011-11-192-4/+7
* pam-module: treat "cron" in PAM_TTY as empty ttyMichal Schmidt2011-11-192-2/+6
* pam-module: use the correct session type "unspecified"Michal Schmidt2011-11-191-1/+1
* execute: log errors from "sd(EXEC)"Michal Schmidt2011-11-173-37/+107
* execute: make setup_pam() return -errno when possibleMichal Schmidt2011-11-171-1/+7
* execute: avoid logging to closed fdsMichal Schmidt2011-11-163-0/+6
* Fix same expression on both sides of '&&'Thomas Jarosch2011-11-141-2/+2
* man: fix typo in sd_notifyMichal Schmidt2011-11-111-1/+1
* job: colored status messages on bootMichal Schmidt2011-11-113-11/+28
* service: don't warn if the pidfile still exists after SIGCHLDMichal Schmidt2011-11-101-4/+5
* units/suse: let rc-local.service log to syslogMichal Schmidt2011-11-091-1/+0
* units/fedora: let rc-local.service log to syslogMichal Schmidt2011-11-091-1/+0
* units: drop unnecessary 'StandardOutput=syslog'Michal Schmidt2011-11-096-6/+0
* man: fix a typo in signal numberMichal Schmidt2011-11-071-1/+1
* utmp: for DEAD_PROCESS write the current time to wtmpMichal Schmidt2011-11-071-5/+13
* utmp: initialize store with the found entry, not with the lookup keyMichal Schmidt2011-11-071-1/+1
* utmp: no need to zero a struct before overwriting it with memcpyMichal Schmidt2011-11-071-2/+0