dotfiles/files/git/.config/systemd/user/autosync-repos.service

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