The following changes were made:

* Configuration moved to new CONFIG directory to separate from usher
  * Made various improvements to most init scripts
  * Added dependency to perl for update-rc
This commit is contained in:
2018-07-28 14:30:08 -05:00
parent 7de71fa1cd
commit 843c8721f1
21 changed files with 644 additions and 310 deletions

7
CONFIG/etc/default/halt Normal file
View File

@@ -0,0 +1,7 @@
# Default configuration for halt
# set to either halt or poweroff
HALT=poweroff
# set to no to prevent shutting down network interfaces
NETDOWN=yes