From 078095c3e25d39707bdaab7ec066ceed6cb7158b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathilde=20Gr=C3=BCnig?= <41020854+mthld@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:52:57 +0100 Subject: [PATCH] reimplement proper service logging after mistake in e80b6c2 --- docs/cryptpad.service | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cryptpad.service b/docs/cryptpad.service index 28de3485d..472554bc6 100644 --- a/docs/cryptpad.service +++ b/docs/cryptpad.service @@ -10,6 +10,10 @@ Restart=always # Restart service after 10 seconds if node service crashes RestartSec=2 +# Proper logging to journald +StandardOutput=journal +StandardError=journal+console + User=cryptpad Group=cryptpad # modify to match your working directory