[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)
personal/stbuehler/fix-fdevent
Glenn Strauss 5 years ago
parent d61f33817c
commit ae9f354bae

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

Loading…
Cancel
Save