From bfccdea8e187b1aad6dff37fec27b0e1365a627d Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Mon, 14 May 2018 11:57:40 +0300 Subject: [PATCH] Packages: fixed log and pid paths on CentOS 7. This closes #120 issue on GitHub. --- pkg/rpm/rpmbuild/SOURCES/unit.sysconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"