From c0a1b6e92682facf74412ca77daeedcc60cb3115 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Sep 2010 03:18:23 +0200 Subject: units: enable mount units by default and hook binary units into base.target instead of sysinit.target, leaving the latter for sysv compatibility --- units/hwclock-load.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/hwclock-load.service') diff --git a/units/hwclock-load.service b/units/hwclock-load.service index 85d56db5d2..5285615e17 100644 --- a/units/hwclock-load.service +++ b/units/hwclock-load.service @@ -28,4 +28,4 @@ ExecStart=/sbin/hwclock --systz # system time as part of kernel setup. [Install] -WantedBy=sysinit.target +WantedBy=basic.target -- cgit v1.2.3-54-g00ecf