This commit is contained in:
2025-03-07 20:41:24 -05:00
commit d14ce8a66d
10 changed files with 947 additions and 0 deletions

12
etc/esm.cfg Normal file
View File

@@ -0,0 +1,12 @@
#
# esm.cfg
#
# BOOTSCRIPT_DIR
# This setting points esm towards the directory where your bootscripts are stored.
# For a system utilizing SysVinit style bootscripts, this should be set to /etc/init.d
BOOTSCRIPT_DIR = "/etc/init.d";
#
# end esm.cfg
#