diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-01-19 17:23:57 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-20 15:25:03 +0100 |
commit | aac5fbff0b03e85ea156cf0bd821bd90c1b89096 (patch) | |
tree | b7a5cbba7f08c3424d832ee9298535a25aa8af35 /units/meson.build | |
parent | 23afa884d4f3bcd97160a893816f9ba170f62ad4 (diff) | |
download | systemd-aac5fbff0b03e85ea156cf0bd821bd90c1b89096.tar.gz |
sysext: install in rootbindir, remove template from unit
This reverts commit 71ad75f30641b90f9ca0088869f164d9d085430f.
Diffstat (limited to 'units/meson.build')
-rw-r--r-- | units/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build index bdfb2e52ce..0d0eeea753 100644 --- a/units/meson.build +++ b/units/meson.build @@ -133,6 +133,7 @@ units = [ ['systemd-poweroff.service', ''], ['systemd-reboot.service', ''], ['systemd-rfkill.socket', 'ENABLE_RFKILL'], + ['systemd-sysext.service', 'ENABLE_SYSEXT'], ['systemd-sysusers.service', 'ENABLE_SYSUSERS', 'sysinit.target.wants/'], ['systemd-tmpfiles-clean.service', 'ENABLE_TMPFILES'], @@ -211,7 +212,6 @@ in_units = [ ['systemd-oomd.service', 'ENABLE_OOMD'], ['systemd-portabled.service', 'ENABLE_PORTABLED', 'dbus-org.freedesktop.portable1.service'], - ['systemd-sysext.service', 'ENABLE_SYSEXT'], ['systemd-userdbd.service', 'ENABLE_USERDB'], ['systemd-homed.service', 'ENABLE_HOMED'], ['systemd-quotacheck.service', 'ENABLE_QUOTACHECK'], |