diff options
| author | Martin Basti <mbasti@redhat.com> | 2016-08-05 17:35:49 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-08-09 18:29:21 +0200 |
| commit | 148e021ac11793d77561fd7ffd3d11ecc09d86a5 (patch) | |
| tree | d7e4de1b8a5fede71fa002a145d514063646b47a /ipaplatform | |
| parent | 0fdbad1e1a146d7754e0f5377696a9341d50907b (diff) | |
| download | freeipa-148e021ac11793d77561fd7ffd3d11ecc09d86a5.tar.gz freeipa-148e021ac11793d77561fd7ffd3d11ecc09d86a5.tar.xz freeipa-148e021ac11793d77561fd7ffd3d11ecc09d86a5.zip | |
ipa-backup: backup /etc/tmpfiles.d/dirsrv-<instance>.conf
This file allows daemon tmpfiles.d to re-create the dirs in volatile
directories like /var/run or /var/lock. Without this file Dirsrv will
not start.
https://fedorahosted.org/freeipa/ticket/6165
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'ipaplatform')
| -rw-r--r-- | ipaplatform/base/paths.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index b1fedf5d7..df0a92ff4 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -134,6 +134,7 @@ class BasePathNamespace(object): SYSTEMD_IPA_SERVICE = "/etc/systemd/system/multi-user.target.wants/ipa.service" SYSTEMD_SSSD_SERVICE = "/etc/systemd/system/multi-user.target.wants/sssd.service" SYSTEMD_PKI_TOMCAT_SERVICE = "/etc/systemd/system/pki-tomcatd.target.wants/pki-tomcatd@pki-tomcat.service" + ETC_TMPFILESD_DIRSRV = "/etc/tmpfiles.d/dirsrv-%s.conf" DNSSEC_TRUSTED_KEY = "/etc/trusted-key.key" HOME_DIR = "/home" PROC_FIPS_ENABLED = "/proc/sys/crypto/fips_enabled" |
