unbound_exporter: Initial version of role
This commit is contained in:
parent
d0d9f3430a
commit
74a517f942
2 changed files with 33 additions and 0 deletions
10
roles/unbound_exporter/files/unbound_exporter_stunnel.sh
Executable file
10
roles/unbound_exporter/files/unbound_exporter_stunnel.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/ksh
|
||||
|
||||
daemon="/usr/local/sbin/stunnel"
|
||||
daemon_flags="/etc/unbound_exporter/stunnel.conf"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_reload=NO
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue