From b45fef8b0b6229c66dfd949ed0b27728e31a716a Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 2 Aug 2025 19:42:44 +0800 Subject: [PATCH] Update prometheus.service.tpl --- plugins/prometheus/init.d/prometheus.service.tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/prometheus/init.d/prometheus.service.tpl b/plugins/prometheus/init.d/prometheus.service.tpl index d9e8040e7..c84941fb8 100644 --- a/plugins/prometheus/init.d/prometheus.service.tpl +++ b/plugins/prometheus/init.d/prometheus.service.tpl @@ -5,8 +5,6 @@ Wants=network-online.target After=network-online.target [Service] Type=simple -User=prometheus -Group=prometheus ExecReload=/bin/kill -HUP $MAINPID ExecStart={$SERVER_PATH}/prometheus/prometheus \ --config.file={$SERVER_PATH}/prometheus/prometheus.yml \