diff --git a/ansible/templates/systemd/user/popequer_gitwatch@.service b/ansible/templates/systemd/user/popequer_gitwatch@.service index 0d573a3..19afdf1 100644 --- a/ansible/templates/systemd/user/popequer_gitwatch@.service +++ b/ansible/templates/systemd/user/popequer_gitwatch@.service @@ -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 origin -s 300 {{ home }}/notebooks/%i +ExecStart=/usr/bin/gitwatch -r origin -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/%i ExecStop=/bin/true Restart=always RestartSec=30