From c1dcf1d1d93b8294562caf37d96d3facad40941c Mon Sep 17 00:00:00 2001 From: Joerg Kastning Date: Wed, 22 Oct 2025 19:52:19 +0200 Subject: [PATCH] Fix: Remove confusing comment - notifications is not mandatory - Solves #118 Signed-off-by: Joerg Kastning --- .env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.example b/.env.example index 5070ec0..f28c4d1 100644 --- a/.env.example +++ b/.env.example @@ -160,7 +160,6 @@ SMTP_INSECURE= # Addititional services to be started on opencloud startup # The following list of services is not startet automatically and must be # manually defined for startup: -# IMPORTANT: The notification service is MANDATORY, do not delete! # IMPORTANT: Add any services to the startup list comma separated like "notifications,antivirus" etc. START_ADDITIONAL_SERVICES="notifications"