Initial commit
This commit is contained in:
commit
104a8b8cfb
6 changed files with 162 additions and 0 deletions
12
services/snap-sync-cleanup.service
Normal file
12
services/snap-sync-cleanup.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue