load-fragment: show a couple of more types in --dump-configuration-items

This commit is contained in:
Lennart Poettering 2010-04-23 20:27:47 +02:00
parent 24a6e4a401
commit 93ef5e80ae
1 changed files with 4 additions and 1 deletions

View File

@ -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);