#!/bin/sh -e DAEMON=/usr/bin/nowplayingd DSMETOOL=/usr/sbin/dsmetool DSMETOOL_PARAMETERS="-f" if [ -x $DAEMON ]; then echo "Starting nowplayingd..." $DSMETOOL $DSMETOOL_PARAMETERS $DAEMON fi