Remove snap-sync user service (not working)
This commit is contained in:
parent
b6ff26bcd6
commit
4e301b1b4a
@ -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
|
@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=Run snap-sync daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
AccuracySec=1h
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
28
README.org
28
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user