diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-19 18:45:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-19 18:45:11 +0200 |
commit | 7f0386f62c128896519aafa203caa1b3aafd4393 (patch) | |
tree | aa7435c2076a076929d4c7034825441a523ab566 | |
parent | 1ec96668dd0dcb19cc2f7b99cbf73df0d769c97d (diff) |
core: update configuration directive list "systemd --dump-configuration-items" shows
-rw-r--r-- | src/core/load-fragment.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index cf92f0df73..e5fc4a3bd9 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -2647,6 +2647,23 @@ void unit_dump_config_items(FILE *f) { { config_parse_unit_condition_string, "CONDITION" }, { config_parse_unit_condition_null, "CONDITION" }, { config_parse_unit_slice, "SLICE" }, + { config_parse_documentation, "URL" }, + { config_parse_service_timeout, "SECONDS" }, + { config_parse_start_limit_action, "ACTION" }, + { config_parse_set_status, "STATUS" }, + { config_parse_service_sockets, "SOCKETS" }, + { config_parse_fsck_passno, "PASSNO" }, + { config_parse_environ, "ENVIRON" }, + { config_parse_syscall_filter, "SYSCALL" }, + { config_parse_cpu_shares, "SHARES" }, + { config_parse_memory_limit, "LIMIT" }, + { config_parse_device_allow, "DEVICE" }, + { config_parse_device_policy, "POLICY" }, + { config_parse_blockio_bandwidth, "BANDWIDTH" }, + { config_parse_blockio_weight, "WEIGHT" }, + { config_parse_blockio_device_weight, "DEVICEWEIGHT" }, + { config_parse_long, "LONG" }, + { config_parse_socket_service, "SERVICE" }, }; const char *prev = NULL; |