From 4b1eb0e3ee203819b0d8c5d890f7edd55e50eac0 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 11 Apr 2024 21:57:51 +0200 Subject: [PATCH] ngircd.service: Redirect stdout and stderr to the journal --- contrib/ngircd.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/ngircd.service b/contrib/ngircd.service index 5ab73553..311bc0d8 100644 --- a/contrib/ngircd.service +++ b/contrib/ngircd.service @@ -29,6 +29,8 @@ RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX RestrictRealtime=yes RuntimeDirectory=ircd RuntimeDirectoryMode=750 +StandardError=journal +StandardOutput=journal # Try to load "default files" from any Debian package variant to keep this # unit generic. EnvironmentFile=-/etc/default/ngircd -- 2.39.2