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

10 lines
153 B
SYSTEMD
Raw Normal View History

2021-01-19 01:49:20 -06:00
# vim:ft=systemd:
[Unit]
Description=Dotfile fetch service
[Service]
ExecStart=git --git-dir=%h/.dotfiles/.git fetch
2021-01-19 01:49:20 -06:00
[Install]
WantedBy=default.target