|
|
@ -3,12 +3,11 @@ |
|
|
|
|
|
|
|
START=72 |
|
|
|
STOP=50 |
|
|
|
EXTRA_COMMANDS="status abort flush postinst" |
|
|
|
EXTRA_HELP=" status Display the service status |
|
|
|
abort Stop the service abruptly. Running processes are signaled to stop immediately |
|
|
|
flush Force delivery: attempt to deliver every message in the deferred mail queue |
|
|
|
postinst Force running a script that checks for users, group, configuration, permissions, etc" |
|
|
|
|
|
|
|
extra_command "status" "Display the service status" |
|
|
|
extra_command "abort" "Stop the service abruptly. Running processes are signaled to stop immediately" |
|
|
|
extra_command "flush" "Force delivery: attempt to deliver every message in the deferred mail queue" |
|
|
|
extra_command "postinst" "Force running a script that checks for users, group, configuration, permissions, etc" |
|
|
|
|
|
|
|
postinst() { |
|
|
|
if [ -z "$(postconf -nh myhostname)" ]; then |
|
|
|