|
|
|
#!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/aprsd" ]; then update-rc.d aprsd defaults >/dev/null if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d aprsd start || exit $? else /etc/init.d/aprsd start || exit $? fi fi # End automatically added section
| Results 1 - 1 |