db-move: moved seahorse from [testing] to [extra] (x86_64)
[arch-packages.git] / openssh / trunk / sshdgenkeys.service
blob83230084f5dd83c125079c69e5bdb43480816eea
1 [Unit]
2 Description=SSH Key Generation
3 ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
4 ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub
5 ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key
6 ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key.pub
7 ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
8 ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub
10 [Service]
11 ExecStart=/usr/bin/ssh-keygen -A
12 Type=oneshot
13 RemainAfterExit=yes