Skip to content

Commit

Permalink
ci: show .service for debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Nov 12, 2024
1 parent 649cfc1 commit 3990f5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fluent-package/apt/systemd-test/downgrade-to-v4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3990f5e

Please sign in to comment.