examples/var_service/: use "svc" for service commands, other tweaks

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-07-03 17:02:50 +02:00
parent e5d5f5b9a7
commit aa75a7da7f
8 changed files with 35 additions and 30 deletions

View File

@ -35,4 +35,4 @@ $empty && echo "server=8.8.8.8"
$empty && echo "server=8.8.4.4"
# SIGHUP: make dnsmasq reload config
sv h dnsmasq
svc -h dnsmasq

View File

@ -8,7 +8,7 @@ extif="if"
ext_open_tcp="22 80 88" # space-separated
# Make ourself one-shot
sv o .
svc -o .
# Debug
#date '+%Y-%m-%d %H:%M:%S' >>"$0.log"