Stop `vector` service.

This commit is contained in:
Kazuhiro MUSASHI 2021-11-03 12:33:02 +09:00
parent a81dc16e90
commit 3d981799b6
1 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,8 @@
mode '0755'
end
end
# Stop vector default service:
service 'vector' do
action :disable
end