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

10 lines
153 B
Desktop File

# vim:ft=systemd:
[Unit]
Description=Dotfile fetch service
[Service]
ExecStart=git --git-dir=%h/.dotfiles/.git fetch
[Install]
WantedBy=default.target