Change references from rpi3-* to rpi-*

This commit is contained in:
Gunnar Wolf
2019-07-18 21:18:59 -03:00
parent a898b8c2bc
commit cc0780ee69
8 changed files with 343 additions and 17 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=generate SSH host keys
ConditionPathExistsGlob=!/etc/ssh/ssh_host_*_key
[Service]
Type=oneshot
ExecStart=/usr/sbin/dpkg-reconfigure -fnoninteractive openssh-server
[Install]
RequiredBy=multi-user.target