]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/meson.build
mountfsd: add new systemd-mountfsd component
[thirdparty/systemd.git] / units / meson.build
index 76510a08f98b8c8c09f1eaa8e387f46d8da94229..2f972901d4fe61a23bd539de40b23161ed9c6c7b 100644 (file)
@@ -732,6 +732,14 @@ units = [
           'file' : 'systemd-userdbd.socket',
           'conditions' : ['ENABLE_USERDB'],
         },
+        {
+          'file' : 'systemd-mountfsd.service.in',
+          'conditions' : ['ENABLE_MOUNTFSD'],
+        },
+        {
+          'file' : 'systemd-mountfsd.socket',
+          'conditions' : ['ENABLE_MOUNTFSD'],
+        },
         {
           'file' : 'systemd-nsresourced.service.in',
           'conditions' : ['ENABLE_NSRESOURCED'],