aboutsummaryrefslogtreecommitdiff
path: root/net/libreswan/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/libreswan/files')
-rwxr-xr-xnet/libreswan/files/ipsec.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libreswan/files/ipsec.init b/net/libreswan/files/ipsec.init
index 5b0475d30..f33d41292 100755
--- a/net/libreswan/files/ipsec.init
+++ b/net/libreswan/files/ipsec.init
@@ -11,6 +11,7 @@ IPSEC_BIN=/usr/sbin/ipsec
checkconfig() {
${IPSEC_BIN} addconn --checkconfig || return 1
+ mkdir -p /var/run/pluto
}
start_service() {