Disable deferred execution

This commit is contained in:
Bob Mottram 2016-11-29 13:53:16 +00:00
parent 8a844d3024
commit 63821d3c21
1 changed files with 8 additions and 0 deletions

View File

@ -365,6 +365,11 @@ function set_login_umask {
sed -i 's|UMASK\t.*|UMASK\t\t077|g' /etc/login.defs
}
function disable_deferred_execution {
systemctl stop atd
systemctl disable atd
}
function setup_firewall {
function_check create_completion_file
create_completion_file
@ -398,6 +403,9 @@ function setup_utils {
function_check set_login_umask
set_login_umask
function_check disable_deferred_execution
disable_deferred_execution
function_check turn_off_rsys_logging
turn_off_rsys_logging