From 5dee05532611d952844e360d5ef6e071253c1e7d Mon Sep 17 00:00:00 2001 From: Oleksii Pylypchuk Date: Thu, 16 Dec 2021 00:38:58 +0200 Subject: [PATCH] Had issues with KillMode=process on rhel8. Better not to put this string here. --- Packaged-server-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packaged-server-installation.md b/Packaged-server-installation.md index 5f81560..612a8ad 100644 --- a/Packaged-server-installation.md +++ b/Packaged-server-installation.md @@ -39,7 +39,7 @@ ExecStart=/opt/trilium/trilium.sh WorkingDirectory=/opt/trilium/ TimeoutStopSec=20 -KillMode=process +# KillMode=process leads to error, according to https://www.freedesktop.org/software/systemd/man/systemd.kill.html Restart=always [Install]