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.
11 lines
243 B
SYSTEMD
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
|