1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00
openwrt-packages/net/libreswan/files/etc/hotplug.d/libreswan/01-user
Jaymin Patel 52af24ff56 libreswan: uci configuration support
Add libreswan UCI configuration and hotplug support

Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
2023-10-30 23:44:39 +05:30

8 lines
70 B
Bash

#!/bin/sh
[ -e "/etc/ipsec.user" ] && {
. /etc/ipsec.user
}
exit 0