From c16e5f9c3a92df53aa759df660f4af1199205f2a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 21 Jan 2026 13:30:47 -0600 Subject: fix(archsetup): increase GRUB timeout and switch syncthing to user service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - GRUB_TIMEOUT 0→2 seconds for menu access - Syncthing: system service → user service with lingering to prevent lock conflicts - Update airplanemodetoggle for user service - Update validation to check lingering instead of system service --- dotfiles/system/.local/bin/airplanemodetoggle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/system/.local/bin/airplanemodetoggle b/dotfiles/system/.local/bin/airplanemodetoggle index c98e144..038a0d6 100755 --- a/dotfiles/system/.local/bin/airplanemodetoggle +++ b/dotfiles/system/.local/bin/airplanemodetoggle @@ -6,7 +6,7 @@ then sudo systemctl stop bluetooth.service sudo systemctl stop expressvpn.service sudo systemctl stop sshd.service - sudo systemctl stop syncthing@cjennings.service + systemctl --user stop syncthing.service sudo systemctl stop avahi-daemon.service sudo systemctl stop cronie.service sudo systemctl stop cups.service @@ -25,7 +25,7 @@ else sudo systemctl start bluetooth.service sudo systemctl start expressvpn.service sudo systemctl start sshd.service - sudo systemctl start syncthing@cjennings.service + systemctl --user start syncthing.service sudo systemctl start avahi-daemon.service sudo systemctl start cronie.service sudo systemctl start cups.service -- cgit v1.2.3