mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
znc.service.in: start after network-online.target
network.target only means that the network management is up, it doesn't mean that there is connectivity. network-online.target means that the network management thinks that there is network connectivity which means that the system has IP address. https://wiki.freedesktop.org/www/Software/systemd/NetworkTarget/
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=ZNC, an advanced IRC bouncer
|
||||
After=network.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@bindir@/znc -f
|
||||
|
||||
Reference in New Issue
Block a user