From 18d9cd99eaf2bee25d8b68a4a00e0dc8abec2358 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 29 Sep 2020 08:54:16 -0400 Subject: [PATCH] Restart management daemon in case it was already started --- ehdd/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehdd/startup.sh b/ehdd/startup.sh index 73ce06aa..ad4bd6dd 100755 --- a/ehdd/startup.sh +++ b/ehdd/startup.sh @@ -10,7 +10,7 @@ if [ -s /etc/mailinabox.conf ]; then systemctl start cron #systemctl start nsd systemctl link -f $(pwd)/conf/mailinabox.service - systemctl start mailinabox systemctl start fail2ban + systemctl restart mailinabox fi