10 lines
164 B
SYSTEMD
10 lines
164 B
SYSTEMD
|
# vim:ft=systemd:
|
||
|
[Unit]
|
||
|
Description=Dotfile fetch service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=git --git-dir=%h/.dotfiles/ --work-tree=%h fetch
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|