examples/var_service/: use "svc" for service commands, other tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# executed when service is taken down ("sv d .")
|
||||
# executed when service is taken down
|
||||
|
||||
service=${PWD##*/}
|
||||
file_ipconf="$service.ipconf"
|
||||
@@ -10,4 +10,4 @@ echo "Finish: deconfiguring"
|
||||
rm "env.out"
|
||||
rm "$file_ipconf"
|
||||
rm "$dir_ipconf/$file_ipconf"
|
||||
sv u /var/service/fw
|
||||
svc -u fw
|
||||
|
@@ -28,7 +28,7 @@ if test x"$1" != x"config"; then
|
||||
echo "Deconfiguring"
|
||||
rm "$file_ipconf"
|
||||
rm "$dir_ipconf/$file_ipconf"
|
||||
sv u /var/service/fw
|
||||
svc -u fw
|
||||
exit
|
||||
fi
|
||||
|
||||
@@ -43,5 +43,5 @@ if test $? != 0; then
|
||||
echo "Reconfiguring fw"
|
||||
mkdir -p "$dir_ipconf" 2>/dev/null
|
||||
cp "$file_ipconf" "$dir_ipconf/$file_ipconf"
|
||||
sv u /var/service/fw
|
||||
svc -u fw
|
||||
fi
|
||||
|
Reference in New Issue
Block a user