summaryrefslogtreecommitdiff
path: root/init.d/procfs.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-07-31 12:44:55 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-07-31 12:44:55 -0500
commit7c9f1add21a9593da5a591115ba29c5c4ff11736 (patch)
tree93a2cac45489628c82a04210dcd26e852ecd2eab /init.d/procfs.in
parenta643e918dd40217ee09295a9064d4ae256b01e06 (diff)
Remove references to localmountorigin/mount-servicegithub/mount-service
Convert all references to localmount to the specific file systems that should be needed.
Diffstat (limited to 'init.d/procfs.in')
-rw-r--r--init.d/procfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in
index a9fcb9a2..63e2b58d 100644
--- a/init.d/procfs.in
+++ b/init.d/procfs.in
@@ -7,7 +7,7 @@ description="Mounts misc filesystems in /proc."
depend()
{
use modules devfs
- need localmount
+ need mount.usr mount.var
keyword -openvz -prefix -systemd-nspawn -vserver -lxc
}