From 7ef5875d142f01ab4fe8d35412d48c10723ae2d4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Sep 2011 03:00:04 +0200 Subject: units: introduce unit file for FUSE fs FUSE and configfs is very very similar, so handle both the same way. --- units/sys-fs-fuse-connections.mount | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 units/sys-fs-fuse-connections.mount (limited to 'units/sys-fs-fuse-connections.mount') 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 -- cgit v1.2.3-54-g00ecf