From 204b024f6de055e1037d7b1cd54e6d1378348584 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" <alexander.klimov@icinga.com> Date: Fri, 15 Oct 2021 16:18:53 +0000 Subject: [PATCH] /var/run/icinga2 -> /run/icinga2 ... to suppress a systemd warning. --- icinga2.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/icinga2.spec b/icinga2.spec index 7f51110..35a8a53 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -2,10 +2,6 @@ %define revision 1 -# make sure that _rundir is working on older systems -%if ! %{defined _rundir} -%define _rundir %{_localstatedir}/run -%endif %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif -- GitLab