summaryrefslogtreecommitdiff
path: root/units/sys-fs-fuse-connections.mount
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-09-22 03:00:04 +0200
committerLennart Poettering <lennart@poettering.net>2011-09-22 03:00:04 +0200
commit7ef5875d142f01ab4fe8d35412d48c10723ae2d4 (patch)
tree613d29ed758472b4862c54b218082d5177b627f1 /units/sys-fs-fuse-connections.mount
parentd418f857f87f3f381f52f6ee17f2fad6e36aca86 (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.mount18
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 000000000..037471537
--- /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