From: Peter Hoeg Date: Thu, 7 Jan 2016 02:16:02 +0000 (+0800) Subject: fstrim: systemd timer units should be WantedBy=timers.target X-Git-Tag: v2.28-rc1~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a2e4a94fc230cdf58ba7b1d50e10512b090d67e;p=thirdparty%2Futil-linux.git fstrim: systemd timer units should be WantedBy=timers.target [kzak@redhat.com: - this configuration is recommended by systemd docs] Signed-off-by: Karel Zak --- diff --git a/sys-utils/fstrim.timer b/sys-utils/fstrim.timer index c8d94d7e7f..3a3762d5cf 100644 --- a/sys-utils/fstrim.timer +++ b/sys-utils/fstrim.timer @@ -8,4 +8,4 @@ AccuracySec=1h Persistent=true [Install] -WantedBy=multi-user.target +WantedBy=timers.target