From ae71a2144ce58bcd504142edef7ddef05e341a4f Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 23 Oct 2025 21:40:53 +0200 Subject: [PATCH] fix service syntax - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- templates/r10k/r10k_webhook_service.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/r10k/r10k_webhook_service.erb b/templates/r10k/r10k_webhook_service.erb index 5581408..d5d7f08 100644 --- a/templates/r10k/r10k_webhook_service.erb +++ b/templates/r10k/r10k_webhook_service.erb @@ -8,8 +8,8 @@ Restart=always User=puppet Group=puppet WorkingDirectory=/etc/puppetlabs/code -StandardOutput=syslog -StandardError=syslog +StandardOutput=journal +StandardError=journal [Install] WantedBy=multi-user.target