|
|
|
#!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/ipac-ng" ]; then update-rc.d ipac-ng start 19 2 3 4 5 . stop 19 0 1 6 . >/dev/null if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d ipac-ng start || exit 0 else /etc/init.d/ipac-ng start || exit 0 fi fi # End automatically added section
| Results 1 - 1 |