mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
43f2253f2d
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/
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
[Unit]
|
|
Description=ZNC, an advanced IRC bouncer
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=@bindir@/znc -f
|
|
User=znc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|