meson: install nspawn tmpfiles snippet only when machined is turned on

This commit is contained in:
Lennart Poettering 2018-04-16 21:40:26 +02:00
parent 3b402966b9
commit 32b8157f88
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ enable_tmpfiles = conf.get('ENABLE_TMPFILES') == 1
tmpfiles = [['home.conf', ''],
['journal-nocow.conf', ''],
['systemd-nologin.conf', ''],
['systemd-nspawn.conf', ''],
['systemd-nspawn.conf', 'ENABLE_MACHINED'],
['tmp.conf', ''],
['x11.conf', ''],
['legacy.conf', 'HAVE_SYSV_COMPAT'],