### END INIT INFO
pidfile="@localstatedir@/pci-nopaste/pci-nopaste.pid"
-command="@DAEMON@ -f -p $pidfile @bindir@/pci-nopaste"
+command="@DAEMON@ -cf -p $pidfile -- @bindir@/pci-nopaste"
command_args="--config=@sysconfdir@/pci-nopaste.conf"
pci_nopaste_user="no-paste"
status() {
if [ -s "$pidfile" ]; then
- read _pid < "$PIDFILE"
+ read _pid < "$pidfile"
if [ -n "$_pid" -a -d "/proc/$_pid" ]; then
echo "pci-nopaste (pid $_pid) is running..."