mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
`After=sysinit.target` configures only the order but not that the systemd unit is required and must be activated. Therefore add the missing `Requires=sysinit.target`. It probably does not fix anything because sysinit.target should always be activated anyway but it's cleaner to have it. See https://www.freedesktop.org/software/systemd/man/systemd.unit.html for details. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>