shairport: remove service_stop call to SIGINT. SIGINT/SIGTERM both work in latest...
authorTed Hess <thess@kitschensync.net>
Wed, 17 Sep 2014 20:00:57 +0000 (16:00 -0400)
committerTed Hess <thess@kitschensync.net>
Wed, 17 Sep 2014 20:02:23 +0000 (16:02 -0400)
Fixes restart/reload calls

Signed-off-by: Ted Hess <thess@kitschensync.net>
multimedia/shairport/files/shairport.init

index d33820dc0192b1fb1da20e0ad5caa0594a38fd24..0e649d68422dbccfad225abe1cef15b183bd5315 100644 (file)
@@ -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
-}