Lennart Poettering | 75787bb | 2010-01-26 04:19:18 +0100 | [diff] [blame^] | 1 | |
| 2 | - mounts might take time, need to be executed asynchronously in a forked process? |
| 3 | |
| 4 | - need gc for active jobs that nothing cares for |
| 5 | |
| 6 | - need gc for names that are not referenced anymore |
| 7 | |
| 8 | - refreshing of names (i.e. reload config files) |
| 9 | |
| 10 | - dbusification |
| 11 | |
| 12 | - cgroupsification |
| 13 | |
| 14 | - udev hookup |
| 15 | |
| 16 | - snapshot system |
| 17 | |
| 18 | - s/milestone/target/ |
| 19 | |
| 20 | - hookup with battery status, suspend/resume |
| 21 | |
| 22 | - add a job mode which shuts everything down but what is requested |
| 23 | |
| 24 | - write log subsystem/log output logic for daemons |
| 25 | |
| 26 | - implement priv dropping |
| 27 | |
| 28 | - allow to disable priv dropping for hook scripts from fragment |
| 29 | |
| 30 | - implement timer |
| 31 | |
| 32 | - implement mount/automount |
| 33 | |
| 34 | - more process attributes: chroot, cpu affinity, scheduling |
| 35 | |
| 36 | - create session/pgroup for child processes |
| 37 | |
| 38 | - fs namespaces |
| 39 | |
| 40 | - templating/instances |
| 41 | |
| 42 | - verify fragment data after loading: refuse cycles on yourself, service names contradicting, more than one Start executable, ... |
| 43 | |
| 44 | - rate limit startups |