mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
net/freeradius: set opnsense bootup run to setup.sh as well
This commit is contained in:
parent
03e3c4cc28
commit
11668d2505
1 changed files with 6 additions and 1 deletions
|
|
@ -1 +1,6 @@
|
|||
radiusd_enable="{% if helpers.exists('OPNsense.freeradius.general.enabled') and OPNsense.freeradius.general.enabled == '1' %}YES{% else %}NO{% endif %}"
|
||||
{% if helpers.exists('OPNsense.freeradius.general.enabled') and OPNsense.freeradius.general.enabled == '1' %}
|
||||
radiusd_opnsense_bootup_run="/usr/local/opnsense/scripts/OPNsense/Freeradius/setup.sh"
|
||||
radiusd_enable="YES"
|
||||
{% else %}
|
||||
radiusd_enable="NO"
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue