add rc.local
This commit is contained in:
parent
f19b46683a
commit
cf8048a859
|
|
@ -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
|
||||
Loading…
Reference in New Issue