Searched refs:service_watchdogs (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/core/ |
D | emergency-action.c | 62 if (FLAGS_SET(options, EMERGENCY_ACTION_IS_WATCHDOG) && !m->service_watchdogs) { in emergency_action()
|
D | manager-serialize.c | 104 (void) serialize_bool(f, "service-watchdogs", m->service_watchdogs); in manager_serialize() 398 m->service_watchdogs = b; in manager_deserialize()
|
D | manager.h | 354 bool service_watchdogs; member
|
D | main.c | 750 m->service_watchdogs = arg_service_watchdogs; in set_manager_settings()
|
D | service.c | 4026 if (UNIT(s)->manager->service_watchdogs) { in service_dispatch_watchdog() 4073 if (!UNIT(s)->manager->service_watchdogs) in service_force_watchdog()
|
D | dbus-manager.c | 2786 …dogs", "b", bus_property_get_bool, bus_property_set_bool, offsetof(Manager, service_watchdogs), 0),
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | directives-all.service | 342 systemd.service_watchdogs= key
|
/systemd-251/ |
D | NEWS | 6445 systemd.service_watchdogs= for controlling the same.
|