[packages] keepalived: force enabling of VRRP functionality, fix path to config file in init script (#5088)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15746 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
START=70
|
||||
|
||||
start() {
|
||||
[ -f /etc/keepalived/keepalived ] && /usr/sbin/keepalived
|
||||
[ -f /etc/keepalived/keepalived.conf ] && /usr/sbin/keepalived
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Reference in New Issue
Block a user