summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-11-25 15:37:35 +0100
committerLennart Poettering <lennart@poettering.net>2020-01-31 15:01:30 +0100
commit1ee51fbd7075dc066c2bb506edd6471a00758e0a (patch)
tree2541b01078e395a266d1f9dd6f53eadbcc57bebc /units/meson.build
parentb1852c48c12754f7d0e7705150b7f9488f34f4a9 (diff)
downloadsystemd-1ee51fbd7075dc066c2bb506edd6471a00758e0a.tar.gz
units: add unit files for instantiated journal daemons
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build
index d99cafb39f..c0b69566d1 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -114,6 +114,7 @@ units = [
['systemd-kexec.service', ''],
['systemd-machine-id-commit.service', '',
'sysinit.target.wants/'],
+ ['systemd-journald@.socket', ''],
['systemd-networkd.socket', 'ENABLE_NETWORKD'],
['systemd-poweroff.service', ''],
['systemd-reboot.service', ''],
@@ -180,6 +181,7 @@ in_units = [
['systemd-journal-upload.service', 'ENABLE_REMOTE HAVE_LIBCURL'],
['systemd-journald.service', '',
'sysinit.target.wants/'],
+ ['systemd-journald@.service', ''],
['systemd-localed.service', 'ENABLE_LOCALED',
'dbus-org.freedesktop.locale1.service'],
['systemd-logind.service', 'ENABLE_LOGIND',