> Since it also uses a script, this means as soon as the script
> has started running the started event is likely emitted,

This should not be the case.  The script is:

        if [ -f "$DEFAULTFILE" ]; then
            . "$DEFAULTFILE"
        fi

        if [ "x$NEED_STATD" != xno ]; then
                exec rpc.statd -L $STATDOPTS
        fi

These are all shell builtins (by design) until rpc.statd execs.  So the
first fork is within rpc.statd.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776407

Title:
  init: portmap-wait (statd) main process (693) killed by TERM signal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/776407/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to