mount: Allow creating mount units for /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd.

Mounting /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd is required by rpcbind
and the NFS server respectively. To depend on them being mounted, systemd
needs to be allowed to create mount units for both in order to avoid having
to implement hacks (mounting in ExecStartPre or using shell scripts).
This commit is contained in:
Wulf C. Krueger 2011-04-20 22:19:42 +02:00 committed by Lennart Poettering
parent 9402841ef1
commit af49ec2c7d

View file

@ -64,9 +64,7 @@ static const MountPoint mount_table[] = {
static const char * const ignore_paths[] = {
"/selinux",
"/proc/bus/usb",
"/var/lib/nfs/rpc_pipefs",
"/proc/fs/nfsd"
"/proc/bus/usb"
};
bool mount_point_is_api(const char *path) {