reguire gnupg1 on f>=31; sense the system to use gpg1 when installed
[nodemanager.git] / systemd / fuse-pl.service
1 # This is placeholder for fuse-pl in a lxc/systemd setup
2 #
3 # this topic could clearly use some thorough cleanup...
4 #
5 # needs to be rewritten as the initscript version currently depends on vservers
6 # although apparently this is only for computing the '/vservers' path
7 # that could reasonably be hard-wired
8 #
9 # more importantly, it looks like initscripts/fuse-pl exposes /dev/fuse to
10 # running slices, but these are evaluated at boot-time only ?!?
11 # so it feels like a correct approach would be to have 
12 # * an initscript for real initialization (modprobe and other mounts)
13 # * a nm plugin for managing /dev/fuse inside all slivers
14 #   about that, there's a vsys script named fd_fusemount that most likely
15 #   is related as well, probably makes this plugin irrelevant..