We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aceba0 commit 8102877Copy full SHA for 8102877
package/pluto
@@ -6,8 +6,8 @@ set -e
6
7
# These are the ExecStartPre lines from the systemd service definition
8
/usr/libexec/ipsec/addconn --config /etc/ipsec.conf --checkconfig
9
-/usr/libexec/ipsec/_stackmanager start
10
-/usr/sbin/ipsec --checknss
+/usr/sbin/ipsec checknss
+/usr/sbin/ipsec checknflog
11
12
# Start the daemon itself with any additional arguments passed in
13
exec /usr/libexec/ipsec/pluto --leak-detective --config /etc/ipsec.conf --nofork "$@"
0 commit comments