]> git.ipfire.org Git - people/ms/systemd.git/blame - fixme
add first_word() call
[people/ms/systemd.git] / fixme
CommitLineData
75787bb7
LP
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
87f0e418 6- need gc for units that are not referenced anymore
75787bb7 7
87f0e418 8- refreshing of units (i.e. reload config files)
75787bb7
LP
9
10- dbusification
11
12- cgroupsification
13
14- udev hookup
15
16- snapshot system
17
75787bb7
LP
18- hookup with battery status, suspend/resume
19
20- add a job mode which shuts everything down but what is requested
21
75787bb7
LP
22- implement priv dropping
23
24- allow to disable priv dropping for hook scripts from fragment
25
26- implement timer
27
28- implement mount/automount
29
9eba9da4 30- more process attributes: cpu affinity, cpu scheduling
75787bb7 31
9eba9da4 32- create session/pgroup for child processes? handle input on console properly? interactive fsck? interactive luks password?
75787bb7
LP
33
34- fs namespaces
35
36- templating/instances
37
87f0e418 38- verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ...
75787bb7 39
acbb0225 40- automatically delete stale unix sockets
071830ff
LP
41
42- .socket needs to be notified not only by .service state changes, but also unsuccessful start jobs
f94ea366
LP
43
44- we probably cannot use glibc's syslog() for logging, since it
45 presumably uses the logging socket in blocking mode which might
46 trigger a deadlock if syslog does not process the socket anymore
47 (maybe because it is restarted) and the socket buffer is full.
9eba9da4
LP
48
49- in udev/mount if properties change we need to delete the old
50 settings and install the new settings. Deleting the old settings is
51 currently missing.
52
53- ability to kill services? i.e. in contrast to stopping them, go directly
54 into killing mode?