mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
fastd: update to v14
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
START=95
|
||||
|
||||
SERVICE_USE_PID=1
|
||||
|
||||
EXTRA_COMMANDS="up down show_key generate_key"
|
||||
|
||||
LIST_SEP="
|
||||
@@ -359,16 +361,19 @@ reload_instance() {
|
||||
start() {
|
||||
config_load 'fastd'
|
||||
config_foreach start_instance 'fastd'
|
||||
return 0
|
||||
}
|
||||
|
||||
stop() {
|
||||
config_load 'fastd'
|
||||
config_foreach stop_instance 'fastd'
|
||||
return 0
|
||||
}
|
||||
|
||||
reload() {
|
||||
config_load 'fastd'
|
||||
config_foreach reload_instance 'fastd'
|
||||
return 0
|
||||
}
|
||||
|
||||
up() {
|
||||
|
||||
Reference in New Issue
Block a user