Home
last modified time | relevance | path

Searched refs:arg_unlink (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/pstore/
Dpstore.c70 static bool arg_unlink = true; variable
76 { "PStore", "Unlink", config_parse_bool, 0, &arg_unlink }, in parse_config()
167 if (arg_unlink) in move_file()
381 log_debug("Selected unlink: %s.", yes_no(arg_unlink)); in run()