14 lines
294 B
INI
14 lines
294 B
INI
# vim: set ft=systemd :
|
|
[Service]
|
|
Description=Bootstrap SSH host certificates
|
|
ConditionPathExistsGlob=!/etc/ssh/ssh_host_*_key-cert.pub
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh /etc/ssh/bootstrap.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|