shairport: remove service_stop call to SIGINT. SIGINT/SIGTERM both work in latest version.

Fixes restart/reload calls

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess 2014-09-17 16:00:57 -04:00
parent 85c47b0630
commit e8aaebb2df

View file

@ -71,8 +71,3 @@ start_service() {
config_load shairport config_load shairport
config_foreach start_instance shairport config_foreach start_instance shairport
} }
stop_service() {
# FIXME: workaround until procd supports custom signal
killall -SIGINT shairport
}