Skip to content
Snippets Groups Projects
Commit 63821d3c authored by Bob Mottram's avatar Bob Mottram
Browse files

Disable deferred execution

parent 8a844d30
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment