From 47fc30feeb08d15f8b0863ca5a5466d57a3dca61 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 15 Dec 2023 04:10:00 +0400 Subject: [PATCH] In systemd.service .conf was replaced with .json. Also changed description. --- init/systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/systemd.service b/init/systemd.service index 49db553..97a31f1 100644 --- a/init/systemd.service +++ b/init/systemd.service @@ -1,12 +1,12 @@ [Unit] -Description=HTTPProcProbeD +Description=HTTP Process Prober Daemon After=network.target [Service] Type=simple DynamicUser=yes Restart=on-failure -ExecStart=/usr/bin/httpprocprobed -c /etc/httpprocprobed.conf +ExecStart=/usr/bin/httpprocprobed -c /etc/httpprocprobed.json ExecReload=kill -HUP $MAINPID ReadOnlyPaths=/