summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/runit-scripts-mv/runitscripts/services/ncidd/run
blob: f1c710aa7c086c08ccdd365f50c7dc3d50bce62a (plain)
1
2
3
4
5
6
7
#!/bin/sh
exec 2>&1
which ncidd > /dev/null 2>/dev/null
if [ $? = 0 ]
then
	exec /usr/sbin/ncidd -D 2>&1 
fi