File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
fluent-package/apt/systemd-test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ sudo apt install -V -y \
2020 /host/${distribution} /pool/${code_name} /${channel} /* /* /fluent-package_* _${architecture} .deb \
2121 /host/${distribution} /pool/${code_name} /${channel} /* /* /td-agent_* _all.deb
2222
23- # td-agent.service is already masked (link to /dev/null), and remove td-agent.service alias not to conflict with v4
24- sudo systemctl unmask td-agent
23+ sudo systemctl is-active fluentd
24+ sudo systemctl is-active td-agent
2525
2626# Even though removing fluent-package, log and .conf are kept. dpkg reports "rc fluent-package" and "rc td-agent" status.
2727sudo apt remove -y fluent-package td-agent
2828
29- # fluentd.service is already masked (link to /dev/null ), then remove it.
29+ # fluentd.service is already masked (link to nonexistent /lib/systemd/system/fluentd.service ), then remove it.
3030sudo systemctl unmask fluentd
3131
3232# Drop symbolic links and recreate real directory.
You can’t perform that action at this time.
0 commit comments