Public bug reported:

The current rc script for quagga has "$network" as:

    /etc/init.d/quagga:# Required-Start: $local_fs $network $remote_fs $syslog
    /etc/init.d/quagga:# Required-Stop: $local_fs $network $remote_fs $syslog

systemd treats services having $network in their rc scripts just as
having

    Wants=network-online.target
    After=network-online.target

Details are described in
https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

Since quagga is used to maintain network routing information, and 
network-online.target
is a target after which networking including routing is ready to use, 
/etc/init.d/quagga
should not contain "$network".

Please remove them.

** Affects: quagga (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: xenial

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

Title:
  $network should be removed from /etc/init.d/quagga

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quagga/+bug/1630066/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to