2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Wait for network to get ssh certificates

This commit is contained in:
Jarrod Johnson 2021-12-03 08:32:25 -05:00
parent 2b8c8e9af9
commit 4482b675b4

View File

@ -46,6 +46,9 @@ PartOf=sshd.service
Before=sshd.service
After=sshd-keygen.target
Wants=sshd-keygen.target
Requires=network-online.target
After=network-online.target
[Install]
WantedBy=sshd.service