summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services/evrouter/finish
blob: 5ebda4cacd190b9bb2f6ec318bfa40dbc822a0d6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
. /etc/profile
which evrouter >/dev/null 2>/dev/null
if [ $? = 0 ]
then
	DISPLAY=localhost:50 evrouter -q 
	rm -rf /tmp/.evrouter*
else
	sv down evrouter
fi