Periodically commit pending changes in all local projects
This commit is contained in:
parent
01085f3746
commit
fb15ba44c1
3 changed files with 23 additions and 0 deletions
10
.config/systemd/user/sync-git-repos.service
Normal file
10
.config/systemd/user/sync-git-repos.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Commit changes in local project repositories
|
||||
Wants=sync-git-repos.timer
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=%h
|
||||
ExecStart=%h/.local/bin/sync-git-repos
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue