luci-app-ocserv: restart service on user add/remove
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
parent
fa34d7ec9f
commit
44c96038c4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if m.uci:get("ocserv", "config", "auth") == "plain" then
|
|||
--[[Users]]--
|
||||
|
||||
function m.on_commit(map)
|
||||
luci.sys.call("/usr/bin/occtl reload >/dev/null 2>&1")
|
||||
luci.sys.call("/etc/init.d/ocserv restart >/dev/null 2>&1")
|
||||
end
|
||||
|
||||
s = m:section(TypedSection, "ocservusers", translate("Available users"))
|
||||
|
|
Loading…
Reference in a new issue