From 3be0565a06f5d446ec024d265c4a89f904259b1f Mon Sep 17 00:00:00 2001 From: kebler Date: Tue, 7 Feb 2023 09:23:59 -0800 Subject: [PATCH] move systemd funcstion to a module and then load back --- functions/04-systemd | 1 + modules/{systemd => systemd.lib} | 0 2 files changed, 1 insertion(+) create mode 100644 functions/04-systemd rename modules/{systemd => systemd.lib} (100%) diff --git a/functions/04-systemd b/functions/04-systemd new file mode 100644 index 0000000..35cf8fc --- /dev/null +++ b/functions/04-systemd @@ -0,0 +1 @@ +module_load systemd \ No newline at end of file diff --git a/modules/systemd b/modules/systemd.lib similarity index 100% rename from modules/systemd rename to modules/systemd.lib