zeroconf/opkg/CONTROL/postinst

9 lines
118 B
Bash
Executable File

#!/bin/sh
for action in stop start; do
/mod/etc/init.d/S80mdnsd $action
done < /dev/null > /dev/null 2>&1
exit 0