examples/var_service/: use "svc" for service commands, other tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user