10 lines
196 B
Desktop File
10 lines
196 B
Desktop File
[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
|