Update systemd unit for dotfile fetching
This commit is contained in:
parent
93bd41c157
commit
149caa6cc9
@ -3,7 +3,7 @@
|
|||||||
Description=Dotfile fetch service
|
Description=Dotfile fetch service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=git --git-dir=%h/.dotfiles/ --work-tree=%h fetch
|
ExecStart=git --git-dir=%h/.dotfiles/.git fetch
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
Loading…
Reference in New Issue
Block a user