X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-ipsec.init;h=125b50f31e7860a110dd786d39351300a143fe12;hb=67e96a5dca90225358936b1392bba8b3207805b1;hp=ba82f5139017157baa4703e49a223bbd848f75a0;hpb=b0e62f3daca16a97541d33798e65894fcfa9623c;p=openvswitch diff --git a/debian/openvswitch-ipsec.init b/debian/openvswitch-ipsec.init index ba82f513..125b50f3 100755 --- a/debian/openvswitch-ipsec.init +++ b/debian/openvswitch-ipsec.init @@ -19,7 +19,7 @@ # ### BEGIN INIT INFO # Provides: openvswitch-ipsec -# Required-Start: $network $local_fs $remote_fs +# Required-Start: $network $local_fs $remote_fs openvswitch-switch # Required-Stop: $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 @@ -73,9 +73,8 @@ start_server() { install -d -m 755 -o root -g root /var/run/openvswitch fi - PYTHONPATH=/usr/share/openvswitch/python \ - /usr/share/openvswitch/scripts/ovs-monitor-ipsec \ - --pidfile-name=$PIDFILE --detach --monitor \ + /usr/share/openvswitch/scripts/ovs-monitor-ipsec \ + --pidfile=$PIDFILE --log-file --detach --monitor \ unix:/var/run/openvswitch/db.sock return 0