hopefully fix oom on li
authorIan Kelling <ian@iankelling.org>
Sun, 8 Dec 2024 12:56:04 +0000 (07:56 -0500)
committerIan Kelling <ian@iankelling.org>
Sun, 8 Dec 2024 12:56:04 +0000 (07:56 -0500)
mail-setup

index ec651c83f0b40ef45a2ad0c379998caff0fd6bd6..f8e245ac52c0c2e4ed2b299fe43a329af395a982 100755 (executable)
@@ -4296,10 +4296,11 @@ rm -f /var/local/mail-setup-reload
 
 
 case $HOSTNAME in
-  $MAIL_HOST|bk|je|li)
-    # on li, these are never started, except $vpnser
+  $MAIL_HOST|bk|je)
     :
     ;;
+  li)
+    soff $spamd_ser clamav-daemon unbound
   *)
     soff radicale mailclean.timer dovecot $spamd_ser $vpnser mailnn clamav-daemon unbound
     ;;