units: drop fuse fs from automount, since this is now done by udev internally

This commit is contained in:
Lennart Poettering 2010-06-01 19:50:35 +02:00
parent cd6e402e76
commit 5c546cb75e
3 changed files with 0 additions and 29 deletions

View file

@ -106,8 +106,6 @@ dist_systemunit_DATA = \
units/dev-mqueue.mount \
units/proc-sys-fs-binfmt_misc.automount \
units/proc-sys-fs-binfmt_misc.mount \
units/sys-fs-fuse-connections.automount \
units/sys-fs-fuse-connections.mount \
units/sys-kernel-debug.automount \
units/sys-kernel-debug.mount \
units/sys-kernel-security.automount \

View file

@ -1,13 +0,0 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
[Unit]
Description=FUSE Control File System Automount Point
Before=basic.target
[Automount]
Where=/sys/fs/fuse/connections

View file

@ -1,14 +0,0 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
[Unit]
Description=FUSE Control File System
[Mount]
What=fusectl
Where=/sys/fs/fuse/connections
Type=fusectl