enable wireless/syncthing

This commit is contained in:
toerd@480 2021-12-19 17:51:29 +01:00
parent 0f98b00460
commit 894dcb67b7

View File

@ -287,7 +287,7 @@ case $todo in
no_beep no_beep
set_system_stuff set_system_stuff
# enable_service "--user syncthing" "netctl-auto@wlp3s0" "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail" # 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" "atd" enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" "atd" "--user syncthing"
set_root_bashrc set_root_bashrc
ready_steady_go ready_steady_go
clear clear
@ -306,7 +306,7 @@ case $todo in
init init
startup_msg startup_msg
pre_update pre_update
enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" "atd" enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" "atd" "--user syncthing"
ready_steady_go ready_steady_go
clear clear
;; ;;