feat: added atd service (udev, at)

This commit is contained in:
Toerd@archlinux 2020-06-13 23:30:32 +02:00
parent 9213a6a1b1
commit 36be441f7e

View File

@ -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
;;