From b02c3be937bfb23c83a97cb19cddf5dbdceb3a86 Mon Sep 17 00:00:00 2001 From: aitbc Date: Wed, 15 Apr 2026 09:33:36 +0200 Subject: [PATCH] Change blockchain node service syslog identifier from aitbc-blockchain-production to aitbc-blockchain --- systemd/aitbc-blockchain-node.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/aitbc-blockchain-node.service b/systemd/aitbc-blockchain-node.service index 0b8b8522..ae3d719d 100644 --- a/systemd/aitbc-blockchain-node.service +++ b/systemd/aitbc-blockchain-node.service @@ -27,7 +27,7 @@ RestartSec=5 # Production logging StandardOutput=journal StandardError=journal -SyslogIdentifier=aitbc-blockchain-production +SyslogIdentifier=aitbc-blockchain # Production security NoNewPrivileges=true