[doc] lighttpd.service uses network-online.target
doc/systemd/lighttpd.service now uses After=network-online.target instead of After=network.target, as recommended in https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ (thx janik)
This commit is contained in:
parent
d61f33817c
commit
ae9f354bae
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Lighttpd Daemon
|
||||
After=network.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Reference in New Issue