diff options
-rw-r--r-- | unit.spec | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 \ |