From: Ted Hess Date: Wed, 17 Sep 2014 20:00:57 +0000 (-0400) Subject: shairport: remove service_stop call to SIGINT. SIGINT/SIGTERM both work in latest... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e8aaebb2df9fcc5e91b63727f88f3a3faac70313;p=feed%2Fpackages.git shairport: remove service_stop call to SIGINT. SIGINT/SIGTERM both work in latest version. Fixes restart/reload calls Signed-off-by: Ted Hess --- diff --git a/multimedia/shairport/files/shairport.init b/multimedia/shairport/files/shairport.init index d33820dc01..0e649d6842 100644 --- a/multimedia/shairport/files/shairport.init +++ b/multimedia/shairport/files/shairport.init @@ -71,8 +71,3 @@ start_service() { config_load shairport config_foreach start_instance shairport } - -stop_service() { - # FIXME: workaround until procd supports custom signal - killall -SIGINT shairport -}