mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add 'reload' to the list of available commands for the amd rc.d script.
PR: conf/104507 Submitted by: Douglas K. Rand <rand@meridian-enviro.com> MFC after: 3 days
This commit is contained in:
parent
da29c6560b
commit
8dcd83aa8f
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ rcvar=`set_rcvar`
|
|||
command="/usr/sbin/${name}"
|
||||
start_precmd="amd_precmd"
|
||||
command_args="&"
|
||||
extra_commands="reload"
|
||||
|
||||
amd_precmd()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue