mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
development: _opnsense_bootup_run was renamed...
to _var_script and was integrated into FreeBSD as _setup eventually.
This commit is contained in:
parent
f2c81c11a9
commit
648c753d33
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ Example (from a configured squid proxy server using */etc/rc.conf.d/squid*):
|
|||
|
||||
::
|
||||
|
||||
squid_enable=YES
|
||||
squid_opnsense_bootup_run="/usr/local/opnsense/scripts/proxy/setup.sh"
|
||||
squid_setup="/usr/local/opnsense/scripts/proxy/setup.sh"
|
||||
squid_enable="YES"
|
||||
|
||||
|
||||
The configd template system can be used to generate the necessary configuration file(s).
|
||||
|
|
|
|||
Loading…
Reference in a new issue