mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-25 06:03:40 +03:00
update TODO
This commit is contained in:
parent
3f0dbb0f0c
commit
f95db4d6fa
12
TODO
12
TODO
@ -79,6 +79,18 @@ Janitorial Clean-ups:
|
|||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
* define a JSON format for units, separating out unit definitions from unit
|
||||||
|
runtime state. Then, expose it:
|
||||||
|
|
||||||
|
1. Add Describe() method to Unit D-Bus object that returns a JSON object
|
||||||
|
about the unit.
|
||||||
|
2. Expose this natively via Varlink, in similar style
|
||||||
|
3. Use it when invoking binaries (i.e. make PID 1 fork off systemd-executor
|
||||||
|
binary which reads the JSON definition and runs it), to address the cow
|
||||||
|
trap issue and the fact that NSS is actually forbidden in
|
||||||
|
forked-but-not-exec'ed children
|
||||||
|
4. Add varlink API to run transient units based on provided JSON definitions
|
||||||
|
|
||||||
* show SUPPORT_END= data in "hostnamectl" output (and thus also expose a prop
|
* show SUPPORT_END= data in "hostnamectl" output (and thus also expose a prop
|
||||||
for this on dbus)
|
for this on dbus)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user