Remove snap-sync user service (not working)

This commit is contained in:
Sravan Balaji 2022-08-18 07:14:58 -04:00
parent b6ff26bcd6
commit 4e301b1b4a
3 changed files with 0 additions and 47 deletions

View File

@ -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

View File

@ -1,10 +0,0 @@
[Unit]
Description=Run snap-sync daily
[Timer]
OnCalendar=daily
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target

View File

@ -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