From 43daa9a5e69dd9208b87e2d764616212619af699 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 8 Jul 2024 17:34:50 +0200 Subject: [PATCH] fix(popequer): personalize auto commit message with device name --- ansible/templates/systemd/user/popequer_gitwatch@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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