mirror of
https://github.com/systemd/systemd.git
synced 2025-02-22 09:57:34 +03:00
load-fragment: show a couple of more types in --dump-configuration-items
This commit is contained in:
parent
24a6e4a401
commit
93ef5e80ae
@ -1094,7 +1094,10 @@ static void dump_items(FILE *f, const ConfigItem *items) {
|
||||
{ config_parse_kill_mode, "KILLMODE" },
|
||||
{ config_parse_listen, "SOCKET [...]" },
|
||||
{ config_parse_socket_bind, "SOCKETBIND" },
|
||||
{ config_parse_bindtodevice, "NETWORKINTERFACE" }
|
||||
{ config_parse_bindtodevice, "NETWORKINTERFACE" },
|
||||
{ config_parse_usec, "SECONDS" },
|
||||
{ config_parse_path_strv, "PATH [...]" },
|
||||
{ config_parse_mount_flags, "MOUNTFLAG [...]" }
|
||||
};
|
||||
|
||||
assert(f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user