summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorPascal de Bruijn <pmjdebruijn@pcode.nl>2019-11-22 09:20:20 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-22 14:30:37 +0100
commitb4e2236a724274887c561434468387d4945ec61e (patch)
treeaa1c5e1e9e6d0e4571d72bd4ada6cad7c562ff9f /units
parent62092b2fae149956a804136256b1d69f53451bac (diff)
downloadsystemd-b4e2236a724274887c561434468387d4945ec61e.tar.gz
systemd-b4e2236a724274887c561434468387d4945ec61e.tar.bz2
systemd-b4e2236a724274887c561434468387d4945ec61e.zip
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.
Diffstat (limited to 'units')
-rw-r--r--units/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build
index e1ee9f86c3..6a3a0d0dea 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/'],