Skip to content

Commit 913d1f6

Browse files
committed
prudynt: let it run and serve mic input
1 parent faab947 commit 913d1f6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

package/prudynt-t/files/S95prudynt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,12 @@ COMMAND="/bin/env -- LD_PRELOAD=/lib/libimp_control.so $DAEMON_FULL"
66

77
start() {
88
echo_title "Starting Prudynt"
9-
10-
if is_streamer_disabled; then
11-
echo_error "Streamer disabled"
12-
exit 1
13-
fi
14-
159
start_daemon
1610
}
1711

1812
stop() {
1913
echo_title "Stopping Prudynt"
20-
21-
if is_streamer_disabled; then
22-
echo_error "Streamer disabled"
23-
exit 1
24-
fi
25-
2614
[ -f "$SNAPSHOT_FILE" ] && rm -f "$SNAPSHOT_FILE"
27-
2815
stop_daemon
2916
}
3017

0 commit comments

Comments
 (0)