From e537352b9bfffe6f6286483bff2c7601c78407e3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Apr 2010 17:53:17 +0200 Subject: mount: implement mounting properly This also includes code that writes utmp/wtmp records when applicable, making use the mount infrastructure to detct when those files are accessible. Finally, this also introduces a --dump-configuration-items switch. --- timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timer.c') diff --git a/timer.c b/timer.c index 89a8ab0737..41aeb7f3a5 100644 --- a/timer.c +++ b/timer.c @@ -44,7 +44,7 @@ static UnitActiveState timer_active_state(Unit *u) { const UnitVTable timer_vtable = { .suffix = ".timer", - .init = unit_load_fragment_and_dropin, + .load = unit_load_fragment_and_dropin, .done = timer_done, .active_state = timer_active_state -- cgit v1.2.3-54-g00ecf