diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-02-11 13:29:53 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-02-11 13:29:53 +0100 |
commit | c8385ece1e3d7207b3898474925d53e9a656c9b5 (patch) | |
tree | 8d42544c8b724874b348c815f636c7132fa66fe2 /units | |
parent | cf92d86020fea4987040d1c4c1da5126a9d3cf7a (diff) | |
parent | e903182e5b0daa941de47a9c08c824106cec7fe0 (diff) |
Merge pull request #2576 from poettering/random-fixes
Random fixes
Diffstat (limited to 'units')
-rw-r--r-- | units/sys-fs-fuse-connections.mount | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount index ebd93e2cda..e940beb09f 100644 --- a/units/sys-fs-fuse-connections.mount +++ b/units/sys-fs-fuse-connections.mount @@ -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 |