mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -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
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user