From 40298a676ad49bf9dd1a9e048b152a1b7e11cd21 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Sat, 28 Jun 2025 20:59:41 +0300 Subject: [PATCH] Updated Systemd (markdown) --- Systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Systemd.md b/Systemd.md index 7efa4c4..57b30aa 100644 --- a/Systemd.md +++ b/Systemd.md @@ -31,7 +31,7 @@ WantedBy=multi-user.target ``` * replace `0.0.0.0:1900` with your address, use `[300:xxxx:xxxx:xxxx::1]:1900` notation for IPv6 * bind (`-b`) as many interfaces as desired -* to disable debug output, set `StandardOutput` and `StandardError` as `null` or add `-d ''` option to `ExecStart` +* to disable errors output, set `StandardError` as `null` ### Manage