summaryrefslogtreecommitdiff
path: root/src/core/dbus-service.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-08-25 17:47:57 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-08-28 23:09:54 +0900
commit12213aed128456af33ff6131a14b637318227346 (patch)
treedbc6d7e90c1f686719d0d282ab106a5503e05cf2 /src/core/dbus-service.c
parentc238b616cf11ec36040a0db30faf54e63006b4a4 (diff)
downloadsystemd-12213aed128456af33ff6131a14b637318227346.tar.gz
core: move timeout_clean_usec from Service to ExecContext
Diffstat (limited to 'src/core/dbus-service.c')
-rw-r--r--src/core/dbus-service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/dbus-service.c b/src/core/dbus-service.c
index fbda8d8a4c..ad7471c729 100644
--- a/src/core/dbus-service.c
+++ b/src/core/dbus-service.c
@@ -101,7 +101,6 @@ const sd_bus_vtable bus_service_vtable[] = {
SD_BUS_PROPERTY("TimeoutStartUSec", "t", bus_property_get_usec, offsetof(Service, timeout_start_usec), SD_BUS_VTABLE_PROPERTY_CONST),
SD_BUS_PROPERTY("TimeoutStopUSec", "t", bus_property_get_usec, offsetof(Service, timeout_stop_usec), SD_BUS_VTABLE_PROPERTY_CONST),
SD_BUS_PROPERTY("TimeoutAbortUSec", "t", property_get_timeout_abort_usec, 0, 0),
- SD_BUS_PROPERTY("TimeoutCleanUSec", "t", bus_property_get_usec, offsetof(Service, timeout_clean_usec), SD_BUS_VTABLE_PROPERTY_CONST),
SD_BUS_PROPERTY("RuntimeMaxUSec", "t", bus_property_get_usec, offsetof(Service, runtime_max_usec), SD_BUS_VTABLE_PROPERTY_CONST),
SD_BUS_PROPERTY("WatchdogUSec", "t", bus_property_get_usec, offsetof(Service, watchdog_usec), SD_BUS_VTABLE_PROPERTY_CONST),
BUS_PROPERTY_DUAL_TIMESTAMP("WatchdogTimestamp", offsetof(Service, watchdog_timestamp), 0),