Update systemd unit for dotfile fetching

This commit is contained in:
Salt 2021-01-19 02:40:09 -06:00
parent 93bd41c157
commit 149caa6cc9

View File

@ -3,7 +3,7 @@
Description=Dotfile fetch service
[Service]
ExecStart=git --git-dir=%h/.dotfiles/ --work-tree=%h fetch
ExecStart=git --git-dir=%h/.dotfiles/.git fetch
[Install]
WantedBy=default.target