mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
7ef5875d14
FUSE and configfs is very very similar, so handle both the same way.
19 lines
518 B
SYSTEMD
19 lines
518 B
SYSTEMD
# 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
|