4 lines
79 B
Bash
Executable file
4 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
service unbound restart
|