Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-31 | socket: rename the PassCred= option to PassCredentials=, since we don't want ↵ | Lennart Poettering | |
to needlessly abbreviate options unless they are very well established | |||
2011-12-08 | path: add missing pieces for PathModified | Michal Schmidt | |
PATH_MODIFIED worked internally for PID files detection, but was unusable in units. | |||
2011-11-30 | socket: add option for SO_PASSCRED | Michal Schmidt | |
Add an option to enable SO_PASSCRED for unix sockets. | |||
2011-10-11 | unit: introduce ConditionCapability | Lennart Poettering | |
2011-09-21 | condition: add ConditionPathIsSymbolicLink | Michal Schmidt | |
2011-09-21 | unit: introduce ConditionPathIsMountPoint= | Lennart Poettering | |
2011-08-21 | exec: add high-level controls for blkio cgroup attributes | Lennart Poettering | |
2011-08-20 | exec: optionally apply cgroup attributes to the cgroups we create | Lennart Poettering | |
2011-08-04 | gperf: add missing.h that was present in the C version to the m4 | Koen Kooi | |
This fixes: src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function) | |||
2011-08-02 | exec: introduce PrivateNetwork= process option to turn off network access to ↵ | Lennart Poettering | |
specific services | |||
2011-08-01 | gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set | Lennart Poettering | |
2011-08-01 | load-fragment: speed up parsing by using a perfect hash table with ↵ | Lennart Poettering | |
configuration settings built by gperf |