From 9e8c15466b229ad0f524eb9a167472b3ea34f75a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 20 Oct 2023 15:07:38 -0500 Subject: adding at - batch delayed command scheduler and enabling the daemon --- archsetup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'archsetup') diff --git a/archsetup b/archsetup index 8552526..d2f2f31 100755 --- a/archsetup +++ b/archsetup @@ -414,7 +414,10 @@ essential_services() { display "subtitle" "Job Scheduling" pacman_install cronie action="enabling cronie to launch at boot" && display "task" "$action" - systemctl enable cronie >> "$logfile" 2>&1 || error "error" "$action" "$?" + systemctl enable cronie >> "$logfile" 2>&1 || error "error" "$action" "$?" + pacman_install at + action "enabling the batch delayed command scheduler" && display "task" "$action" + systemctl enable atd >> "$logfile" 2>&1 || error "error" "$action" "$?" } ### Desktop Environment -- cgit v1.2.3