summaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/bin
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-21 13:30:47 -0600
committerCraig Jennings <c@cjennings.net>2026-01-21 13:30:47 -0600
commitc16e5f9c3a92df53aa759df660f4af1199205f2a (patch)
tree1c77a66085427026180330694b965d2b91de3355 /dotfiles/system/.local/bin
parent1c95bb393b31122aa35a3ae85351058accf74f32 (diff)
fix(archsetup): increase GRUB timeout and switch syncthing to user service
- 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
Diffstat (limited to 'dotfiles/system/.local/bin')
-rwxr-xr-xdotfiles/system/.local/bin/airplanemodetoggle4
1 files changed, 2 insertions, 2 deletions
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