archrelease: copy trunk to extra-x86_64
[arch-packages.git] / openssh / trunk / sshdgenkeys.service
blobcfb9f6aa17f1ef3b95336165e278afaf828d2c94
1 [Unit]
2 Description=SSH Key Generation
3 ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key
4 ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub
5 ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
6 ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub
7 ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key
8 ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key.pub
9 ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
10 ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub
12 [Service]
13 ExecStart=/usr/bin/ssh-keygen -A
14 Type=oneshot
15 RemainAfterExit=yes