Update systemd unit for dotfile fetching
This commit is contained in:
parent
93bd41c157
commit
149caa6cc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user