Files
configpolicy/roles/ssh-host-certs/files/reload-ssh-cert.path
Dustin C. Hatch fce060bdec r/ssh-host-certs: Fix circular dep in reload.path
The `reload-ssh-cert.path` unit introduced a circular ordering
dependency with `sshd.service` by way of `paths.target`.  There's no
particular reason for this dependency here, so we need to remove it to
resolve the issue.
2025-11-13 18:40:52 -06:00

11 lines
243 B
SYSTEMD

[Unit]
Description=Watch SSH Host certificates for renewal
[Path]
PathChanged=/etc/ssh/ssh_host_rsa_key-cert.pub
PathChanged=/etc/ssh/ssh_host_ecdsa_key-cert.pub
PathChanged=/etc/ssh/ssh_host_ed25519-cert.pub
[Install]
WantedBy=paths.target