From 4e301b1b4a60e33e52365f32a37a90b8f62a54fc Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 18 Aug 2022 07:14:58 -0400 Subject: [PATCH] Remove snap-sync user service (not working) --- .config/systemd/user/snap-sync.service | 9 --------- .config/systemd/user/snap-sync.timer | 10 --------- README.org | 28 -------------------------- 3 files changed, 47 deletions(-) delete mode 100644 .config/systemd/user/snap-sync.service delete mode 100644 .config/systemd/user/snap-sync.timer diff --git a/.config/systemd/user/snap-sync.service b/.config/systemd/user/snap-sync.service deleted file mode 100644 index 7079924..0000000 --- a/.config/systemd/user/snap-sync.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Run snap-sync backup - -[Install] -WantedBy=multi-user.target - -[Service] -Type=simple -ExecStart=/usr/bin/snap-sync --UUID c651c7af-e795-4eb0-9a13-83c6288880d1 --subvolid 5 --noconfirm diff --git a/.config/systemd/user/snap-sync.timer b/.config/systemd/user/snap-sync.timer deleted file mode 100644 index 7516756..0000000 --- a/.config/systemd/user/snap-sync.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Run snap-sync daily - -[Timer] -OnCalendar=daily -AccuracySec=1h -Persistent=true - -[Install] -WantedBy=timers.target diff --git a/README.org b/README.org index c67714c..9d1d069 100644 --- a/README.org +++ b/README.org @@ -82,7 +82,6 @@ - [[#laptop-to-cloud][Laptop to Cloud]] - [[#rofi-menu][Rofi Menu]] - [[#syncthing][Syncthing]] - - [[#snap-sync][Snap-Sync]] - [[#user-programs][User Programs]] - [[#mangal][Mangal]] - [[#trackma][Trackma]] @@ -7487,33 +7486,6 @@ SuccessExitStatus=3 4 WantedBy=default.target #+END_SRC -** Snap-Sync - -#+BEGIN_SRC systemd :tangle .config/systemd/user/snap-sync.service -[Unit] -Description=Run snap-sync backup - -[Install] -WantedBy=multi-user.target - -[Service] -Type=simple -ExecStart=/usr/bin/snap-sync --UUID c651c7af-e795-4eb0-9a13-83c6288880d1 --subvolid 5 --noconfirm -#+END_SRC - -#+BEGIN_SRC systemd :tangle .config/systemd/user/snap-sync.timer -[Unit] -Description=Run snap-sync daily - -[Timer] -OnCalendar=daily -AccuracySec=1h -Persistent=true - -[Install] -WantedBy=timers.target -#+END_SRC - * User Programs ** Mangal