remove avahi service for ssh on mesh peers

This commit is contained in:
Bob Mottram 2018-01-17 12:09:46 +00:00
parent 2c1c2e5c72
commit 97f9e3e3e2
1 changed files with 5 additions and 0 deletions

View File

@ -919,6 +919,11 @@ initialise_mesh() {
install_zeronet
fi
# ssh server not available on mesh peers
if [ -f $rootdir/etc/avahi/services/ssh.service ]; then
$rootdir/etc/avahi/services/ssh.service
fi
MESH_SERVICE='mesh-setup.service'
MESH_SETUP_DAEMON=$rootdir/etc/systemd/system/$MESH_SERVICE