diff --git a/files/git/.config/systemd/user/autosync-repos.service b/files/git/.config/systemd/user/autosync-repos.service new file mode 100644 index 0000000..ecad42c --- /dev/null +++ b/files/git/.config/systemd/user/autosync-repos.service @@ -0,0 +1,10 @@ +[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