dotfiles/base/.config/systemd/user/proj-fetch.service

10 lines
174 B
SYSTEMD
Raw Normal View History

2021-01-19 01:49:20 -06:00
# vim:ft=systemd:
[Unit]
Description=Project fetch service
[Service]
ExecStart=find %h/Projects -type d -iname .git -execdir git fetch \;
[Install]
WantedBy=default.target