8 lines
123 B
Desktop File
8 lines
123 B
Desktop File
[Unit]
|
|
Description=Delete downloads older than 24h
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/joe/.local/bin/clear-downloads
|
|
|