From: Pascal de Bruijn Date: Fri, 22 Nov 2019 08:20:20 +0000 (+0100) Subject: systemd-tmpfiles: don't install timer when service isn't installed either X-Git-Tag: v244-rc1~2 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=b4e2236a724274887c561434468387d4945ec61e systemd-tmpfiles: don't install timer when service isn't installed either Fixes: systemd-tmpfiles-clean.timer: Refusing to start, unit systemd-tmpfiles-clean.service to trigger not loaded. --- diff --git a/units/meson.build b/units/meson.build index e1ee9f86c38..6a3a0d0dea2 100644 --- a/units/meson.build +++ b/units/meson.build @@ -98,7 +98,7 @@ units = [ ['systemd-poweroff.service', ''], ['systemd-reboot.service', ''], ['systemd-rfkill.socket', 'ENABLE_RFKILL'], - ['systemd-tmpfiles-clean.timer', '', + ['systemd-tmpfiles-clean.timer', 'ENABLE_TMPFILES', 'timers.target.wants/'], ['systemd-udevd-control.socket', '', 'sockets.target.wants/'],