]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: install nspawn tmpfiles snippet only when machined is turned on 8741/head
authorLennart Poettering <lennart@poettering.net>
Mon, 16 Apr 2018 19:40:26 +0000 (21:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Apr 2018 17:51:43 +0000 (19:51 +0200)
tmpfiles.d/meson.build

index 9768f3a94e66900a5e3d794cacf6d1a36313fcff..a7a7d0a1d7aa0d909beef0f513acfa8cb8a22fd9 100644 (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'],