fix: fix the M.autostart=nil problem
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user