dotfiles/.config/systemd/user/downloadMedia.timer
Sergio Laín 752d47948e
feat(bin): add a new service and bin: downloadMedia
using gallery-dl to download images and videos from some websites
2024-07-11 18:32:35 +02:00

10 lines
158 B
SYSTEMD

[Unit]
Description=Run Media Downloader Daily
[Timer]
OnCalendar=*-*-* 17:00:00
Persistent=true
Unit=downloadMedia.service
[Install]
WantedBy=timers.target