fix(ppq): attempt to fix gitwatch

This commit is contained in:
Matthieu Bessat 2024-07-15 11:57:27 +02:00
parent f8d5db62cd
commit cc8e75e591
3 changed files with 8 additions and 1 deletions

View file

@ -4,7 +4,7 @@ Description=Sync popequer notebook with git
[Service]
# the buffer period in seconds 5min = 300s
Type=simple
ExecStart=/usr/bin/gitwatch -r -R origin -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/%i
ExecStart={{ home }}/.local/bin/gitwatch /%i
ExecStop=/bin/true
Restart=always
RestartSec=30