瀏覽代碼

Enable batman daemon

Bob Mottram 8 年之前
父節點
當前提交
5d65cf4467
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/freedombone-image-mesh

+ 6
- 0
src/freedombone-image-mesh 查看文件

@@ -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