From 0a829b757bb112cd52d5cb9fafa1cb6820ff421a Mon Sep 17 00:00:00 2001 From: Dmitry Malinin Date: Tue, 29 Apr 2025 09:19:42 +0300 Subject: [PATCH] add systemd documentation --- doc/systemd_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/systemd_service.md b/doc/systemd_service.md index 88813e14..cb72df53 100644 --- a/doc/systemd_service.md +++ b/doc/systemd_service.md @@ -21,7 +21,7 @@ Restart=on-failure RestartSec=15s [Install] -WantedBy=multi-user.target +WantedBy=multi-user.target``` ## Enable service