clatd.systemd: pull inn network-online.target
According to systemd.special(7): > Units that strictly require a configured network connection should > pull in network-online.target (via a Wants= type dependency) and > order themselves after it. The Wants= dependency was missing, add it.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
[Unit]
|
||||
Description=464XLAT CLAT daemon
|
||||
Documentation=man:clatd(8)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
After=nss-lookup.target
|
||||
StartLimitIntervalSec=0
|
||||
|
||||
Reference in New Issue
Block a user