13 lines
282 B
SYSTEMD
13 lines
282 B
SYSTEMD
|
[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
|