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
|
||||
}
|
||||
Reference in New Issue
Block a user