Searched refs:systemctl_extra_args (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dbus-util.c2032 _cleanup_free_ char *service_shell_quoted = NULL, *systemctl_extra_args = NULL; local
2038 systemctl_extra_args = strjoin("systemctl ", extra_args, " ", NULL);
2039 if (!systemctl_extra_args) {
2044 systemctl_extra_args = strstrip(systemctl_extra_args);
2057 systemctl_extra_args,
2066 systemctl_extra_args,
2073 systemctl_extra_args,

Completed in 373 milliseconds