Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-31 | exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface | Lennart Poettering | |
This replaces OOMAdjust= by OOMScoreAdjust= in the config files, breaking compatibility with older unit files. However, this keeps compat with older kernels which lack the new OOM rework. | |||
2010-08-13 | service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵ | Lennart Poettering | |
lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one". | |||
2010-03-31 | cgroup: add cgroupsification | Lennart Poettering | |
2010-02-14 | test1: add service for testing priv dropping | Lennart Poettering | |
2010-02-14 | test1: drop invalid capability settings | Lennart Poettering | |
2010-02-12 | manager: properly return newly created job in ↵ | Lennart Poettering | |
transaction_add_job_and_dependencies() | |||
2010-02-12 | socket: allow configuration of socket/directory mode | Lennart Poettering | |
2010-02-01 | synchronize logger socket with what we use in the code | Lennart Poettering | |
2010-01-30 | greatly extend what we enforce as process properties | Lennart Poettering | |
2010-01-28 | Use @ instead = as abstract namespace socket prefix | Lennart Poettering | |
@ makes more sense since the NUL addr contained in the sockaddr's sun_path field can also be written as ^@. Also, in the .socket files writing "ListenStream==foo" is kinda ugly. Finally, tools like strace decode it with an @ too. | |||
2010-01-28 | the systemd logger only matters in the abstract namespace | Lennart Poettering | |
2010-01-28 | implement proper logging for services | Lennart Poettering | |
2010-01-27 | implement trivial socket activated logger daemon | Lennart Poettering | |
2010-01-27 | extend examples a bit | Lennart Poettering | |
2010-01-27 | yay, we can start socket units | Lennart Poettering | |
2010-01-27 | add some test script output | Lennart Poettering | |
2010-01-27 | implement drop-in directories | Lennart Poettering | |
2010-01-26 | rename milestone to target | Lennart Poettering | |
2010-01-26 | various cleanups | Lennart Poettering | |
2010-01-23 | implement proper binding on ports | Lennart Poettering | |
2010-01-23 | rework socket handling | Lennart Poettering | |
2010-01-20 | move test files to test1/ | Lennart Poettering | |