From bb242b7b5277f5db4a01be905f26eccd382ff1e0 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 8 Feb 2012 10:10:34 +0100 Subject: service: introduce WatchdogSec and hook up the watchdog with the existing failure logic --- src/dbus-service.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dbus-service.c') diff --git a/src/dbus-service.c b/src/dbus-service.c index 738dc7bccd..fedfc1d523 100644 --- a/src/dbus-service.c +++ b/src/dbus-service.c @@ -43,6 +43,7 @@ " \n" \ " \n" \ " \n" \ + " \n" \ " \n" \ " \n" \ BUS_EXEC_COMMAND_INTERFACE("ExecStartPre") \ @@ -119,6 +120,7 @@ static const BusProperty bus_service_properties[] = { { "NotifyAccess", bus_service_append_notify_access, "s", offsetof(Service, notify_access) }, { "RestartUSec", bus_property_append_usec, "t", offsetof(Service, restart_usec) }, { "TimeoutUSec", bus_property_append_usec, "t", offsetof(Service, timeout_usec) }, + { "WatchdogUSec", bus_property_append_usec, "t", offsetof(Service, watchdog_usec) }, { "WatchdogTimestamp", bus_property_append_usec, "t", offsetof(Service, watchdog_timestamp.realtime) }, { "WatchdogTimestampMonotonic",bus_property_append_usec, "t", offsetof(Service, watchdog_timestamp.monotonic) }, BUS_EXEC_COMMAND_PROPERTY("ExecStartPre", offsetof(Service, exec_command[SERVICE_EXEC_START_PRE]), true ), -- cgit v1.2.3-54-g00ecf