Fix systemd service to start after network-online.target (#1413320)
This commit is contained in:
parent
527b9e7a03
commit
bf850b26de
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=LVS and VRRP High Availability Monitor
|
Description=LVS and VRRP High Availability Monitor
|
||||||
After=syslog.target network-online.target
|
After=network-online.target syslog.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
Reference in New Issue
Block a user