fix: fix the M.autostart=nil problem

This commit is contained in:
wyj
2026-06-29 06:01:35 -04:00
parent e8594c54ef
commit 626a0fd769
+2
View File
@@ -3,6 +3,8 @@ local events = require("lua.lib.events")
local utils = require("lua.lib.utils") local utils = require("lua.lib.utils")
local M = {} local M = {}
M.autostart = {}
-- for openRC system -- for openRC system
if settings["hostname"] == "optiplex-gentoo" and not settings["systemd"] then if settings["hostname"] == "optiplex-gentoo" and not settings["systemd"] then
M.autostart = { M.autostart = {