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]
|
[Unit]
|
||||||
Description=Run snap-sync cleanup
|
Description=Run snap-sync cleanup
|
||||||
Requires=run-media-usbdrive.mount
|
Requires=run-media-user-usbdrive.mount
|
||||||
After=run-media-usbdrive.mount snap-sync.service
|
After=run-media-user-usbdrive.mount snap-sync.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=TZ=UTC
|
Environment=TZ=UTC
|
||||||
Type=oneshot
|
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]
|
[Install]
|
||||||
WantedBy=snap-sync.service
|
WantedBy=snap-sync.service
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run snap-sync backup
|
Description=Run snap-sync backup
|
||||||
Requires=run-media-usbdrive.mount
|
Requires=run-media-user-usbdrive.mount
|
||||||
After=run-media-usbdrive.mount
|
After=run-media-user-usbdrive.mount
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=TZ=UTC
|
Environment=TZ=UTC
|
||||||
Type=oneshot
|
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]
|
[Install]
|
||||||
WantedBy=run-media-usbdrive.mount
|
WantedBy=run-media-user-usbdrive.mount
|
||||||
|
|
Loading…
Reference in a new issue