9 lines
302 B
SYSTEMD
9 lines
302 B
SYSTEMD
|
[Unit]
|
||
|
Description=Renewal ssh host certificate %i
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/default/ssh-cert-renew
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/timer-mail -t ${ssh_ca_mail_to} -f ${ssh_ca_mail_from} -s "ssh certificate renewal %i" -ve \
|
||
|
/etc/systemd/ssh-cert-renew ${ssh_ca_sign_host} /etc/ssh/%i
|