dotfiles/.config/systemd/user/downloadMedia.service
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
159 B
Desktop File

[Unit]
Description=Download Media
After=network.target
[Service]
Type=simple
ExecStart=/home/matt/.local/bin/downloadMedia
[Install]
WantedBy=default.target