From 3990f5e8d8dd3667d986af14ca0eeb09020d262f Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 12 Nov 2024 14:56:50 +0900 Subject: [PATCH] ci: show .service for debug Signed-off-by: Kentaro Hayashi --- fluent-package/apt/systemd-test/downgrade-to-v4.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fluent-package/apt/systemd-test/downgrade-to-v4.sh b/fluent-package/apt/systemd-test/downgrade-to-v4.sh index b950ba9df..57a94aded 100755 --- a/fluent-package/apt/systemd-test/downgrade-to-v4.sh +++ b/fluent-package/apt/systemd-test/downgrade-to-v4.sh @@ -45,6 +45,11 @@ sudo chown td-agent:td-agent /etc/td-agent sudo mv /etc/fluent/td-agent.conf /etc/td-agent/ curl -fsSL https://toolbelt.treasuredata.com/sh/install-${distribution}-${code_name}-td-agent4.sh | sh +# Show .service +ls -la /etc/systemd/system +ls -la /usr/lib/systemd/system/ |grep -E 'td-agent|fluent-package' +ls -la /usr/lib/systemd/system/multi-user.target.wants/ + # Test: service status (! systemctl status --no-pager fluentd) (systemctl status --no-pager td-agent)