1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-04 08:09:08 +00:00
dotfiles/files/git/.config/systemd/user/autosync-repos.service

11 lines
198 B
SYSTEMD
Raw Normal View History

2019-04-11 20:34:07 +00:00
[Unit]
Description=Automatically does git push and pull on a number of repos
[Service]
Type=simple
ExecStart=/home/nemo/projects/scripts/syncrepos
Nice=19
[Install]
WantedBy=autosync-repos.target