Remove reference to my own drive
This commit is contained in:
parent
f354f97774
commit
e79684df53
2 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
|||
[Unit]
|
||||
Description=Run snap-sync cleanup
|
||||
Requires=run-media-usbdrive.mount
|
||||
After=run-media-usbdrive.mount snap-sync.service
|
||||
Requires=run-media-user-usbdrive.mount
|
||||
After=run-media-user-usbdrive.mount snap-sync.service
|
||||
|
||||
[Service]
|
||||
Environment=TZ=UTC
|
||||
Type=oneshot
|
||||
ExecStart=/run/media/manuel/T7/snapshots/scripts/clean-snap-sync-external.sh
|
||||
ExecStart=/run/media/user/usbdrive/snapshots/scripts/clean-snap-sync-external.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=snap-sync.service
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
[Unit]
|
||||
Description=Run snap-sync backup
|
||||
Requires=run-media-usbdrive.mount
|
||||
After=run-media-usbdrive.mount
|
||||
Requires=run-media-user-usbdrive.mount
|
||||
After=run-media-user-usbdrive.mount
|
||||
|
||||
[Service]
|
||||
Environment=TZ=UTC
|
||||
Type=oneshot
|
||||
ExecStart=/run/media/manuel/T7/snapshots/scripts/backup-snap-sync-incremental.sh
|
||||
ExecStart=/run/media/user/usbdrive/snapshots/scripts/backup-snap-sync-incremental.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=run-media-usbdrive.mount
|
||||
WantedBy=run-media-user-usbdrive.mount
|
||||
|
|
Loading…
Reference in a new issue