This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
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>
lilik-openwrt-22.03
Ted Hess
10 years ago
parent
85c47b0630
commit
e8aaebb2df
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
multimedia/shairport/files/shairport.init
+ 0
- 5
multimedia/shairport/files/shairport.init
View 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
}
Write
Preview
Loading…
Cancel
Save