dotfiles/.config/systemd/user/downloadPinterest.service

10 lines
174 B
Desktop File

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