aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/zcip_if/finish
blob: 95995cf5f1c9fe93783b4270dab8ded5f321ac4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# executed when service is taken down ("sv d .")

service=${PWD##*/}
file_ipconf="$service.ipconf"
dir_ipconf="/var/run/service/fw"

# Reconfigure network with this interface disabled
echo "Finish: deconfiguring"
rm "env.out"
rm "$file_ipconf"
rm "$dir_ipconf/$file_ipconf"
sv u /var/service/fw