FS#47646 - [util-linux] fstrim.timer should be WantedBy=timers.target instead of multi-user.target

Attached to Project: Arch Linux
Opened by Peter Hoeg (peterhoeg) - Wednesday, 06 January 2016, 13:44 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 09 May 2017, 20:16 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To No-one
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
/usr/lib/systemd/system/fstrim.timer is currently being wanted by multi-user.target, which should be timers.target instead.

Changing the line:

WantedBy=multi-user.target

To:

WantedBy=timers.target

fixes it.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 09 May 2017, 20:16 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Wednesday, 06 January 2016, 16:39 GMT
Might want to report this upstream, as that file comes from them not Arch.
Comment by Sami Kerola (kerolasa) - Tuesday, 09 May 2017, 19:08 GMT
This has been fixed in commit below that is part of versions 2.28 and 2.29. I think this bug should be closed.

https://github.com/karelzak/util-linux/commit/1a2e4a94fc230cdf58ba7b1d50e10512b090d67e

Loading...