diff options
author | Tom Gundersen <teg@jklm.no> | 2015-11-11 14:54:58 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-11-11 14:54:58 +0100 |
commit | a2e6fbf5c047314db036000203b42c6aac1e3511 (patch) | |
tree | 0075e2354fce27e2d7c5963bcaa41758db9cfa86 /TODO | |
parent | a5642c7ee3dbd9aae07b531a81c0f02b3c2e1103 (diff) | |
parent | 91d0f17e03e3975cac95c418e101f5266b56e897 (diff) |
Merge pull request #1848 from poettering/journal-sync
add journalctl --sync command and other stuff
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -33,6 +33,15 @@ Janitorial Clean-ups: Features: +* PID1: find a way how we can reload unit file configuration for + specific units only, without reloading the whole of systemd + +* For services: replace the default Requires=basic.target with After=basic.target + Requires=sysinit.target. + +* drop "Overridable" dependency types + +* document precise effect of DefaultDependencies=yes + * add an explicit parser for LimitNICE= and LimitRTPRIO= that verifies the specified range and generates sane error messages for incorrect specifications. Also, for LimitNICE= maybe introduce a syntax such @@ -43,7 +52,7 @@ Features: * when we detect that there are waiting jobs but no running jobs, do something -* push CPUAffinity also into the "cpuset" cgroup controller +* push CPUAffinity also into the "cpuset" cgroup controller (only after the cpuset controller got ported to the unified hierarchy) * add a concept of RemainAfterExit= to scope units |