Quellcode durchsuchen

Enable batman daemon

Bob Mottram vor 8 Jahren
Ursprung
Commit
5d65cf4467
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6
    0
      src/freedombone-image-mesh

+ 6
- 0
src/freedombone-image-mesh Datei anzeigen

@@ -430,6 +430,11 @@ function disable_screen_lock {
430 430
 	dconf write /org/gnome/desktop/screensaver/lock-enabled false
431 431
 }
432 432
 
433
+function enable_batman_daemon {
434
+	systemctl enable batman
435
+	systemctl daemon-reload
436
+}
437
+
433 438
 if [ -f /root/.initial_mesh_setup ]; then
434 439
 	if [ $1 ]; then
435 440
 		MY_USERNAME=$1
@@ -444,6 +449,7 @@ if [ -f /root/.initial_mesh_setup ]; then
444 449
 	fi
445 450
 
446 451
 	echo $'Beginning mesh node setup' >> $INSTALL_LOG
452
+	enable_batman_daemon
447 453
 	change_avahi_name
448 454
 	regenerate_ssh_host_keys
449 455
 	configure_zeronet_blog