3 lines
81 B
Bash
3 lines
81 B
Bash
#!/bin/sh
|
|
exec chpst -U unbound:unbound unbound -dp -c /etc/unbound/unbound.conf
|
#!/bin/sh
|
|
exec chpst -U unbound:unbound unbound -dp -c /etc/unbound/unbound.conf
|