dotfiles/dot_config/systemd/user/autogit.service

10 lines
131 B
SYSTEMD
Raw Normal View History

2021-02-15 20:53:16 -05:00
[Unit]
Description=Sync git repos
[Service]
Type=oneshot
ExecStart=%h/.bin/autogit "$REPOS"
[Install]
WantedBy=multi-user.target