diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.service b/pkg/rpm/rpmbuild/SOURCES/unit.service index 93663c58..4aaf70cd 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.service +++ b/pkg/rpm/rpmbuild/SOURCES/unit.service @@ -6,7 +6,7 @@ After=network-online.target [Service] Type=forking PIDFile=/run/unit.pid -EnvironmentFile=-/etc/sysconfig/unitd +EnvironmentFile=-/etc/sysconfig/unit ExecStart=/usr/sbin/unitd $UNITD_OPTIONS ExecReload= |