diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-04 18:33:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-01-15 15:28:17 +0100 |
commit | d093b62c941ebd6cf16ef9dd6430841eb361ed92 (patch) | |
tree | 10190b031dc8cc5a2ee000cf150a4cd485621a42 /meson_options.txt | |
parent | shared: add helpers for displaying new-style user/group records to users (diff) | |
download | systemd-d093b62c941ebd6cf16ef9dd6430841eb361ed92.tar.xz systemd-d093b62c941ebd6cf16ef9dd6430841eb361ed92.zip |
userdbd: add new service that can merge userdb queries from multiple clients
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4d641c3671..6736240f39 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -94,6 +94,8 @@ option('machined', type : 'boolean', description : 'install the systemd-machined stack') option('portabled', type : 'boolean', description : 'install the systemd-portabled stack') +option('userdb', type : 'boolean', + description : 'install the systemd-userdbd stack') option('networkd', type : 'boolean', description : 'install the systemd-networkd stack') option('timedated', type : 'boolean', |