Update S95majestic

pull/1305/head
viktorxda 2024-02-07 07:11:25 +01:00 committed by GitHub
parent 3ccaec0ffa
commit 5511be0a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ debug_majestic() {
load_majestic() {
printf "Starting $DAEMON: "
start-stop-daemon -S -m -q -p "$PIDFILE" -x "/usr/bin/$DAEMON" -- $DAEMON_ARGS
start-stop-daemon -b -S -m -q -p "$PIDFILE" -x "/usr/bin/$DAEMON" -- $DAEMON_ARGS
status=$?
if [ "$status" -eq 0 ]; then
echo "OK"