snap-sync-scripts/services/snap-sync-cleanup.service

13 lines
282 B
SYSTEMD
Raw Normal View History

2022-10-15 21:05:53 +02:00
[Unit]
Description=Run snap-sync cleanup
Requires=run-media-usbdrive.mount
After=run-media-usbdrive.mount snap-sync.service
[Service]
Environment=TZ=UTC
Type=oneshot
ExecStart=/run/media/manuel/T7/snapshots/scripts/clean-snap-sync-external.sh
[Install]
WantedBy=snap-sync.service