Run hpropd@ if db & keytab exist

This commit is contained in:
niten 2023-09-02 11:16:39 -07:00
parent 7028e169d3
commit d347309d5e
1 changed files with 2 additions and 0 deletions

View File

@ -364,6 +364,8 @@ let
"--keytab=${cfg.kdc.secondary.keytabs.hpropd}"
];
};
unitConfig.ConditionPathExists =
[ cfg.kdc.database kdc.kdc.secondary.keytabs.hpropd ];
};
};