From 36be441f7e79dcd125da628beffe58d2ca6bcf24 Mon Sep 17 00:00:00 2001 From: "Toerd@archlinux" Date: Sat, 13 Jun 2020 23:30:32 +0200 Subject: [PATCH] feat: added atd service (udev, at) --- fresh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fresh.sh b/fresh.sh index ebafc84..d01a08e 100755 --- a/fresh.sh +++ b/fresh.sh @@ -287,7 +287,7 @@ case $todo in no_beep set_system_stuff # enable_service "--user syncthing" "netctl-auto@wlp3s0" "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail" - enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" + enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" "atd" set_root_bashrc ready_steady_go clear @@ -306,7 +306,7 @@ case $todo in init startup_msg pre_update - enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" + enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" "atd" ready_steady_go clear ;;