ソースを参照

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>
Ted Hess 10 年 前
コミット
e8aaebb2df
共有1 個のファイルを変更した0 個の追加5 個の削除を含む
  1. 0
    5
      multimedia/shairport/files/shairport.init

+ 0
- 5
multimedia/shairport/files/shairport.init ファイルの表示

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