Remove reference to my own drive

This commit is contained in:
Manuel 2022-10-15 21:16:38 +02:00
parent f354f97774
commit e79684df53
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 7 additions and 7 deletions

View File

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

View File

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