diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-22 03:00:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-22 03:00:04 +0200 |
commit | 7ef5875d142f01ab4fe8d35412d48c10723ae2d4 (patch) | |
tree | 613d29ed758472b4862c54b218082d5177b627f1 /Makefile.am | |
parent | d418f857f87f3f381f52f6ee17f2fad6e36aca86 (diff) |
units: introduce unit file for FUSE fs
FUSE and configfs is very very similar, so handle both the same way.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3e102a4ced..6f90e9c93e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -362,6 +362,7 @@ dist_systemunit_DATA = \ units/sys-kernel-config.mount \ units/sys-kernel-debug.mount \ units/sys-kernel-security.mount \ + units/sys-fs-fuse-connections.mount \ units/var-run.mount \ units/media.mount \ units/remount-rootfs.service \ @@ -1840,6 +1841,7 @@ endif sys-kernel-config.mount \ sys-kernel-debug.mount \ sys-kernel-security.mount \ + sys-fs-fuse-connections.mount \ systemd-vconsole-setup.service \ systemd-modules-load.service \ systemd-random-seed-load.service \ @@ -1853,6 +1855,7 @@ endif $(LN_S) ../sys-kernel-config.mount sys-kernel-config.mount && \ $(LN_S) ../sys-kernel-debug.mount sys-kernel-debug.mount && \ $(LN_S) ../sys-kernel-security.mount sys-kernel-security.mount && \ + $(LN_S) ../sys-fs-fuse-connections.mount sys-fs-fuse-connections.mount && \ $(LN_S) ../systemd-vconsole-setup.service systemd-vconsole-setup.service && \ $(LN_S) ../systemd-modules-load.service systemd-modules-load.service && \ $(LN_S) ../systemd-random-seed-load.service systemd-random-seed-load.service && \ |