[Olaf van der Spek]
> Even when they don't use /usr?

If they want to survive sendsigs, which is executed just before /usr/
is umounted if it is on an NFS volume, they need to have shutdown
dependencies on $remote_fs or use the omitpid API.  In the common
case, yes, they should have stop dependencies on $remote_fs even if
they do not use /usr/.

Say cron, for example.  Even if it does not use /usr/, it does not
make sense to allow cron jobs to start when /usr/ is missing, so it
has stop dependencies on $remote_fs.  For most services, it does not
make sense to let them run after /usr/ is umounted, and thus they
should have stop dependencies on $remote_fs.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to