diff options
author | Timotheus Pokorra <tp@tbits.net> | 2015-02-20 07:15:23 +0100 |
---|---|---|
committer | Timotheus Pokorra <timotheus.pokorra@solidcharity.com> | 2015-02-20 07:22:11 +0100 |
commit | ae9894cee0f8b85978d6b96d57d0a006d2c975ae (patch) | |
tree | 400b1da5c25716926bc5b3833aa9abde7542e053 /kolabd/kolabd.tmpfiles.d.conf | |
parent | 6b575791b1579a44aca412346b7b40fa672b0ab9 (diff) | |
download | pykolab-ae9894cee0f8b85978d6b96d57d0a006d2c975ae.tar.gz |
CentOS7 systemd: need to adjust the kolabd.tmpfiles.d.conf as well (#2626)
that was pointing still to /var/run/kolabd instead of /run/kolabd as in the spec file
Diffstat (limited to 'kolabd/kolabd.tmpfiles.d.conf')
-rw-r--r-- | kolabd/kolabd.tmpfiles.d.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolabd/kolabd.tmpfiles.d.conf b/kolabd/kolabd.tmpfiles.d.conf index ce98b6e..abea15c 100644 --- a/kolabd/kolabd.tmpfiles.d.conf +++ b/kolabd/kolabd.tmpfiles.d.conf @@ -1,2 +1,2 @@ -d /var/run/kolabd 750 kolab kolab +d /run/kolabd 750 kolab kolab |