From 994a0c21c9e20bb06189c38310b23c4f74ca386f Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:42:49 +0100 Subject: [PATCH] Update S95majestic --- general/package/majestic/files/S95majestic | 3 --- 1 file changed, 3 deletions(-) diff --git a/general/package/majestic/files/S95majestic b/general/package/majestic/files/S95majestic index 736480db..736e5e75 100755 --- a/general/package/majestic/files/S95majestic +++ b/general/package/majestic/files/S95majestic @@ -8,8 +8,6 @@ DAEMON_ARGS="-s" load_majestic() { printf 'Starting %s: ' "$DAEMON" - [ -f $DAEMON_PATH/$DAEMON ] || echo -en "DISABLED, " - [ -f /etc/coredump.conf ] && . /etc/coredump.conf if [ "$coredump_enabled" ]; then ulimit -c unlimited && echo "|/usr/sbin/sendcoredump.sh" >/proc/sys/kernel/core_pattern @@ -33,7 +31,6 @@ start() { stop() { printf 'Stopping %s: ' "$DAEMON" - [ -f $DAEMON_PATH/$DAEMON ] || echo -en "DISABLED, " start-stop-daemon -K -q -p "$PIDFILE" status=$? if [ "$status" -eq 0 ]; then