Lines Matching defs:enabled
2037 /* Try to reload if enabled */
5216 "is-enabled"))
5259 * enable/disable them both (below); for is-enabled, prefer the
5261 if (found_native && streq(verb, "is-enabled"))
5312 if (streq(verb, "is-enabled")) {
5315 puts("enabled");
5517 /* Try to reload if enabled */
5525 log_warning("The unit files have no [Install] section. They are not meant to be enabled\n"
5528 "1) A unit may be statically enabled by being symlinked from another unit's\n"
5707 bool enabled;
5719 enabled = r > 0;
5735 enabled = true;
5769 if (STR_IN_SET(s, "enabled", "enabled-runtime", "static", "indirect"))
5770 enabled = true;
5777 return !enabled;
6254 " is-enabled NAME... Check whether unit files are enabled\n"
7367 { "is-enabled", 2, VERB_ANY, 0, unit_is_enabled },