summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-05-14 11:57:40 +0300
committerAndrei Belov <defan@nginx.com>2018-05-14 11:57:40 +0300
commitbfccdea8e187b1aad6dff37fec27b0e1365a627d (patch)
tree2ec0be22da223e43f8968ecd70663c47ebe0f9c8 /pkg
parent07204789bcaa8223fd38a9cf3f1f76e5655acbdd (diff)
downloadunit-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 'pkg')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.sysconf2
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"