add rc.local

This commit is contained in:
parazyd 2017-09-14 17:46:46 +02:00
parent f19b46683a
commit cf8048a859
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh
# rc.local for base images
[ -f /etc/ssh/ssh_host_rsa_key.pub ] || dpkg-reconfigure openssh-server
netdata
exit 0