Fix stop in S95{platform}

pull/84/head
p0isk 2021-12-10 01:00:05 +03:00
parent 8c1e39871e
commit 6058e73f2f
4 changed files with 4 additions and 4 deletions
general/package
novatek-osdrv-nt9856x/files/script
sigmastar-osdrv-ssc335/files/script
xiongmai-osdrv-xm510/files/script
xiongmai-osdrv-xm530/files/script

View File

@ -42,7 +42,7 @@ start() {
stop() {
printf 'Stopping %s: ' "$DAEMON"
[ -f /usr/bin/$DAEMON ] || echo -en "DISABLED, "
start-stop-daemon -K -q -p "$PIDFILE"
start-stop-daemon -K -s 9 -q -p "$PIDFILE"
status=$?
if [ "$status" -eq 0 ]; then
rm -f "$PIDFILE"

View File

@ -42,7 +42,7 @@ start() {
stop() {
printf 'Stopping %s: ' "$DAEMON"
[ -f /usr/bin/$DAEMON ] || echo -en "DISABLED, "
start-stop-daemon -K -q -p "$PIDFILE"
start-stop-daemon -K -s 9 -q -p "$PIDFILE"
status=$?
if [ "$status" -eq 0 ]; then
rm -f "$PIDFILE"

View File

@ -46,7 +46,7 @@ start() {
stop() {
printf 'Stopping %s: ' "$DAEMON"
[ -f /usr/bin/$DAEMON ] || echo -en "DISABLED, "
start-stop-daemon -K -q -p "$PIDFILE"
start-stop-daemon -K -s 9 -q -p "$PIDFILE"
status=$?
if [ "$status" -eq 0 ]; then
rm -f "$PIDFILE"

View File

@ -60,7 +60,7 @@ start() {
stop() {
printf 'Stopping %s: ' "$DAEMON"
[ -f /usr/bin/$DAEMON ] || echo -en "DISABLED, "
start-stop-daemon -K -q -p "$PIDFILE"
start-stop-daemon -K -s 9 -q -p "$PIDFILE"
status=$?
if [ "$status" -eq 0 ]; then
rm -f "$PIDFILE"