mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
strongswan: import, update, adopt
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=90
|
||||
STOP=10
|
||||
|
||||
start() {
|
||||
ipsec start
|
||||
}
|
||||
|
||||
stop() {
|
||||
ipsec stop
|
||||
}
|
||||
|
||||
restart() {
|
||||
ipsec restart
|
||||
}
|
||||
|
||||
reload() {
|
||||
ipsec update
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||
@@ -0,0 +1,6 @@
|
||||
# This file is interpreted as shell script.
|
||||
# Put your custom ip rules here, they will
|
||||
# be executed with each call to the script
|
||||
# /usr/lib/ipsec/_updown which by default
|
||||
# strongswan executes.
|
||||
|
||||
Reference in New Issue
Block a user