Skip to content

Commit c45cc37

Browse files
authored
Remove charon.pid on startup
1 parent b9f8810 commit c45cc37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Remove stupid charon.pid to avoid weird issue where docker refuses to start
4+
rm -f /var/run/charon.pid
5+
36
sysctl -w net.ipv4.conf.all.rp_filter=2
47

58
iptables --table nat --append POSTROUTING --jump MASQUERADE

0 commit comments

Comments
 (0)