#!/bin/sh # # Startup script for cups lpd as standalone server # if [ -n "`/opt/bin/pidof cups-lpd`" ]; then /opt/bin/killall cups-lpd 2>/dev/null fi /opt/lib/cups/daemon/cups-lpd return 0