From 419668b9d72a6e7a680a6f650aa2c65b197a2b3d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Jan 2019 09:58:38 +0100 Subject: cleanup --- unit.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unit.spec b/unit.spec index 41a608a..2eb8f84 100644 --- a/unit.spec +++ b/unit.spec @@ -79,12 +79,12 @@ unitconf() { --state=%{_sharedstatedir}/unit \ %if %{use_systemd} --control="unix:/run/unit/control.sock" \ - --pid=/run/unit.pid \ + --pid=/run/unit/unit.pid \ %else --control="unix:/var/run/unit/control.sock" \ - --pid=/var/run/unit.pid \ + --pid=/var/run/unit/unit.pid \ %endif - --log=/var/log/unit.log \ + --log=/var/log/unit/unit.log \ --openssl \ --cc-opt="%{optflags}" \ --tests \ -- cgit