diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-22 03:00:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-22 03:00:04 +0200 |
commit | 7ef5875d142f01ab4fe8d35412d48c10723ae2d4 (patch) | |
tree | 613d29ed758472b4862c54b218082d5177b627f1 /units/sys-fs-fuse-connections.mount | |
parent | d418f857f87f3f381f52f6ee17f2fad6e36aca86 (diff) |
units: introduce unit file for FUSE fs
FUSE and configfs is very very similar, so handle both the same way.
Diffstat (limited to 'units/sys-fs-fuse-connections.mount')
-rw-r--r-- | units/sys-fs-fuse-connections.mount | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount new file mode 100644 index 0000000000..037471537b --- /dev/null +++ b/units/sys-fs-fuse-connections.mount @@ -0,0 +1,18 @@ +# 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 +DefaultDependencies=no +ConditionPathExists=/sys/fs/fuse/connections +After=systemd-modules-load.service +Before=sysinit.target + +[Mount] +What=fusectl +Where=/sys/fs/fuse/connections +Type=fusectl |