mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
debian: ovs-monitor-ipsec has a stale init script.
The ovs-monitor-ipsec init script used the old "pidfile-name" instead of the new "pidfile" option. This should cause it to fail when starting. This patch also causes ovs-monitor-ipsec to create a log file.
This commit is contained in:
2
debian/openvswitch-ipsec.init
vendored
2
debian/openvswitch-ipsec.init
vendored
@@ -74,7 +74,7 @@ start_server() {
|
||||
fi
|
||||
|
||||
/usr/share/openvswitch/scripts/ovs-monitor-ipsec \
|
||||
--pidfile-name=$PIDFILE --detach --monitor \
|
||||
--pidfile=$PIDFILE --log-file --detach --monitor \
|
||||
unix:/var/run/openvswitch/db.sock
|
||||
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user