Use network-online.target instead of network.target in the systemd service file
Bug #2057657 reported by
Gea-Suan Lin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
smokeping (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Currently in /lib/systemd/
```
After=network.
```
But smokeping requires network is actually up to query hostname via DNS. A better improvement is:
```
After=network-
Wants=network-
```
Reference: https:/
To post a comment you must log in.