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

11 lines
198 B
Desktop File

[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