units: don't try to mount the FUSE fs if we lack the privileges for it

See:

https://lists.freedesktop.org/archives/systemd-devel/2016-February/035740.html
This commit is contained in:
Lennart Poettering 2016-02-10 23:02:53 +01:00
parent cf3bdcfeba
commit 03a7868805

View file

@ -11,6 +11,7 @@ Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
DefaultDependencies=no
ConditionPathExists=/sys/fs/fuse/connections
ConditionCapability=CAP_SYS_ADMIN
After=systemd-modules-load.service
Before=sysinit.target