diff options
Diffstat (limited to 'dotfiles/system/.local/bin/airplanemodetoggle')
| -rwxr-xr-x | dotfiles/system/.local/bin/airplanemodetoggle | 4 |
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 |
