X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=units%2Fsys-fs-fuse-connections.mount;h=7e7b05c3a2e978dbc7902db72f252e56d06d2fd5;hb=88a56c767044b06529dd80180fb492d65aae121e;hp=6f3670155a590e56ffbb915a452c39c3db54bd1e;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=thirdparty%2Fsystemd.git diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount index 6f3670155a5..7e7b05c3a2e 100644 --- a/units/sys-fs-fuse-connections.mount +++ b/units/sys-fs-fuse-connections.mount @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1+ +# # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it @@ -7,8 +9,12 @@ [Unit] Description=FUSE Control File System +Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt +Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/fs/fuse/connections +ConditionCapability=CAP_SYS_ADMIN +ConditionVirtualization=!private-users After=systemd-modules-load.service Before=sysinit.target