Re: [systemd-devel] Unit configuration for S3QL filesystem

2014-04-23 Thread Lennart Poettering
On Wed, 23.04.14 20:39, Nikolaus Rath (nikol...@rath.org) wrote: > Lennart Poettering writes: > >>> systemd will invoke /bin/mount when mounting a file system, and > >>> /bin/umount when unmountin it. fuse file systems may fork off background > >>> processes from there, that will be kept around w

Re: [systemd-devel] Unit configuration for S3QL filesystem

2014-04-23 Thread Nikolaus Rath
Lennart Poettering writes: >>> systemd will invoke /bin/mount when mounting a file system, and >>> /bin/umount when unmountin it. fuse file systems may fork off background >>> processes from there, that will be kept around while the file system is >>> mounted, and terminated atfer the file system

Re: [systemd-devel] Unit configuration for S3QL filesystem

2014-04-22 Thread Lennart Poettering
On Tue, 22.04.14 07:48, Nikolaus Rath (nikol...@rath.org) wrote: > Lennart Poettering writes: > > On Mon, 21.04.14 19:05, Diogo Vieira (d...@eurotux.com) wrote: > > > >> Hello, > >> > >> I'm trying to create a unit to automatically mount a fuse filesystem > >> known as S3QL, which is the one in

Re: [systemd-devel] Unit configuration for S3QL filesystem

2014-04-22 Thread Nikolaus Rath
Lennart Poettering writes: > On Mon, 21.04.14 19:05, Diogo Vieira (d...@eurotux.com) wrote: > >> Hello, >> >> I'm trying to create a unit to automatically mount a fuse filesystem >> known as S3QL, which is the one in question in this older thread: >> http://lists.freedesktop.org/archives/systemd-

Re: [systemd-devel] Unit configuration for S3QL filesystem

2014-04-21 Thread Lennart Poettering
On Mon, 21.04.14 19:05, Diogo Vieira (d...@eurotux.com) wrote: > Hello, > > I'm trying to create a unit to automatically mount a fuse filesystem > known as S3QL, which is the one in question in this older thread: > http://lists.freedesktop.org/archives/systemd-devel/2012-May/005062.html. The > pr

[systemd-devel] Unit configuration for S3QL filesystem

2014-04-21 Thread Diogo Vieira
Hello, I'm trying to create a unit to automatically mount a fuse filesystem known as S3QL, which is the one in question in this older thread: http://lists.freedesktop.org/archives/systemd-devel/2012-May/005062.html. The problem seems to be that after unmounting the filesystem it still needs net