Ticket #962 (closed enhancement: fixed)
Add systemd support to pyhesiodfs
Reported by: | geofft | Owned by: | slz |
---|---|---|---|
Priority: | normal | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | slz | Fixed in version: | debathena-pyhesiodfs 1.1-0debathena4 |
Upstream bug: |
Description
It sounds like Wheezy will have systemd, so it'd be nice to add support for it.
Just like lazily/demand-loading everything else, systemd supports demand-loading filesystems by using the autofs kernel interface (this is primarily used for stuff like /sys/kernel/debug and /proc/sys/fs/binfmt_misc). It'd be nice to demand-load pyhesiodfs on first access to /mit.
Unfortunately, systemd seems to assume that a normal mount entry will suffice, and not start a daemon that will provide some FUSE service or something. We should see if there's a way to associate a .automount file with a .service file instead of a .mount one.
Take a look at systemd.automount(5) and systemd.mount(5).
Change History
comment:1 Changed 9 years ago by slz
- Cc slz added
- Owner set to slz
- Status changed from new to assigned
comment:2 Changed 9 years ago by slz
A patch has been submitted to https://github.com/mit-athena/pyhesiodfs/pull/4.
comment:3 Changed 8 years ago by slz
- Status changed from assigned to committed
committed 8f47bf819ab9d43609f6dd505bffc1864710a95b (Provide a native systemd unit file) to debian