diff options
author | Andrei Belov <defan@nginx.com> | 2018-05-14 11:57:40 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-05-14 11:57:40 +0300 |
commit | bfccdea8e187b1aad6dff37fec27b0e1365a627d (patch) | |
tree | 2ec0be22da223e43f8968ecd70663c47ebe0f9c8 | |
parent | 07204789bcaa8223fd38a9cf3f1f76e5655acbdd (diff) | |
download | unit-bfccdea8e187b1aad6dff37fec27b0e1365a627d.tar.gz unit-bfccdea8e187b1aad6dff37fec27b0e1365a627d.tar.bz2 |
Packages: fixed log and pid paths on CentOS 7.
This closes #120 issue on GitHub.
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.sysconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.sysconf b/pkg/rpm/rpmbuild/SOURCES/unit.sysconf index 436b164a..0b28558f 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.sysconf +++ b/pkg/rpm/rpmbuild/SOURCES/unit.sysconf @@ -1 +1 @@ -UNITD_OPTIONS="--log /var/log/unitd.log --pid /run/unitd.pid" +UNITD_OPTIONS="--log /var/log/unit.log --pid /run/unit.pid" |