dotfiles/.config/systemd/user/downloadPinterest.service
2024-06-19 20:30:25 +02:00

11 lines
175 B
Desktop File

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