diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-25 04:58:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-25 04:58:02 +0200 |
commit | 729e3769c32242bbba26ea96900be005d52ce438 (patch) | |
tree | a8a6234044790254e3834e1e67971df93613b918 /TODO | |
parent | 4b7a6af440ee1a957fd8fe1c6ca3b7f310fdf77c (diff) |
systemctl: hook up new install logic
This adds a number of new options to systemctl, for presets, reenabling,
masking/unmask, and runtime operations.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -47,8 +47,6 @@ Features: * make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early -* support presets - * kernel: add /proc/sys file exposing CAP_LAST_CAP? * kernel: add device_type = "fb", "fbcon" to class "graphics" @@ -86,17 +84,6 @@ Features: * show enablement status in systemctl status -* teach systemctl to enable unit files in arbitrary directories - -* In systemctl make sure both is-enabled and is-active print a string, or neither. - -* Implement: - systemctl mask <unit> - systemctl unmask <unit> - Also support --temp to make this temporary by placing mask links in /run. - -* perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable" - * add support for /bin/mount -s * GC unreferenced jobs (such as .device jobs) |