summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchsetup5
1 files changed, 4 insertions, 1 deletions
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