5489ace8dc
* PartOf is needed to trigger sshd-keygen checks for sshd.service restarts * sshd-keygen.target makes a level of abstraction to eliminate dupplicate dependencies on both sshd and sshd@ services
12 lines
247 B
Desktop File
12 lines
247 B
Desktop File
[Unit]
|
|
Description=OpenSSH %i Server Key Generation
|
|
ConditionFileNotEmpty=|!/etc/ssh/ssh_host_%i_key
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=-/etc/sysconfig/sshd
|
|
ExecStart=/usr/libexec/openssh/sshd-keygen %i
|
|
|
|
[Install]
|
|
WantedBy=sshd-keygen.target
|