X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fscope.c;h=41da3b9378dc2f083fa8d5bf119aadfd783ef826;hb=175a3d25d0e8596d4ba0759aea3f89ee228e7d6d;hp=50e5dbacb4d7fa3936b27d7732cb5341b3b42948;hpb=13b84ec7df103ce388910a2b868fe1668c1e27ef;p=elogind.git diff --git a/src/core/scope.c b/src/core/scope.c index 50e5dbacb..41da3b937 100644 --- a/src/core/scope.c +++ b/src/core/scope.c @@ -46,7 +46,7 @@ static void scope_init(Unit *u) { assert(u); assert(u->load_state == UNIT_STUB); - s->timeout_stop_usec = DEFAULT_TIMEOUT_USEC; + s->timeout_stop_usec = u->manager->default_timeout_stop_usec; watch_init(&s->timer_watch);