From 9ae161aeb543022e0098fd973566f7892959c606 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Tue, 21 May 2019 02:27:45 +1000 Subject: [PATCH] made mtcfg start the minitel daemon as well as enable it --- util/OpenOS/usr/bin/mtcfg.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/util/OpenOS/usr/bin/mtcfg.lua b/util/OpenOS/usr/bin/mtcfg.lua index e929eac..301a874 100644 --- a/util/OpenOS/usr/bin/mtcfg.lua +++ b/util/OpenOS/usr/bin/mtcfg.lua @@ -74,6 +74,7 @@ if firstrun then -- if first run, quit now cfg.route = false end os.execute("rc minitel enable") + os.execute("rc minitel start") writecfg() print("Your hostname is "..hostname..".") print("Run mtcfg to configure advanced settings.")