* Configuration moved to new CONFIG directory to separate from usher * Made various improvements to most init scripts * Added dependency to perl for update-rc
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
# Default configuration for halt
|
|
|
|
# set to either halt or poweroff
|
|
HALT=poweroff
|
|
|
|
# set to no to prevent shutting down network interfaces
|
|
NETDOWN=yes
|