mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
CC: openvpn: added service_triggers() to init script
Follow up of #21469 This patch enables autoreloading openvpn via procd. Signed-off-by: Federico Capoano <nemesis@ninux.org> SVN-Revision: 48150
This commit is contained in:
committed by
Zoltan HERPAI
parent
da9cb1893e
commit
5d8ce68c95
@@ -152,3 +152,7 @@ start_service() {
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
service_triggers() {
|
||||
procd_add_reload_trigger openvpn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user