Public bug reported:

Currently in /lib/systemd/system/smokeping.service:

```
After=network.target
```

But smokeping requires network is actually up to query hostname via DNS.
A better improvement is:

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

Reference:
https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

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

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

Title:
  Use network-online.target instead of network.target in the systemd
  service file

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


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

Reply via email to