summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services/ncidd/finish
blob: ab39d398c516fc362c6b52b7a795ce8fc7799fd1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
exec 2>&1
which ncidd 2>/dev/null >/dev/null
if [ ! $?  = 0 ]
then
	sv down ncid
fi