mirror of https://github.com/toreanderson/clatd
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:
parent
f763915903
commit
eb27dd5ead
|
|
@ -11,6 +11,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=464XLAT CLAT daemon
|
Description=464XLAT CLAT daemon
|
||||||
Documentation=man:clatd(8)
|
Documentation=man:clatd(8)
|
||||||
|
Wants=network-online.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
After=nss-lookup.target
|
After=nss-lookup.target
|
||||||
StartLimitIntervalSec=0
|
StartLimitIntervalSec=0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue