Quote:
Code:

;@AC ;@MENUEXEC Kill_dappd kill -9 `cat /drive0/bin/mt-daapd/mt-daapd.pid`




There's a serious application problem if you need to kill -9 / SIGKILL it instead of the default kill -15 / SIGTERM. This comment isn't meant as a slam against all of the hard work that's been done, this seems like an insanely cool thing for iTunes users, but it's really bad unixishness.

--Nathan