os-build-system/rootfs-overlay/common/etc/rc.local

9 lines
127 B
Bash
Executable File

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