[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:
Glenn Strauss 2018-09-17 00:30:23 -04:00
parent d61f33817c
commit ae9f354bae
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=Lighttpd Daemon
After=network.target
After=network-online.target
[Service]
Type=simple