mirror of
https://github.com/systemd/systemd.git
synced 2025-09-10 22:52:49 +02:00
mountfsd: add new systemd-mountfsd component
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user