diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-16 09:58:38 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-16 09:58:38 +0100 |
commit | 419668b9d72a6e7a680a6f650aa2c65b197a2b3d (patch) | |
tree | 1df532d25cc9f99486af0b7ab1b45c432a4f07aa | |
parent | d4d35c00d04e0dc6fcf6f2508da41dc8244f7314 (diff) |
cleanup
-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 \ |