Skip to content

Commit

Permalink
PMM-7 enable agent autostart after build
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 4, 2023
1 parent f1e8288 commit b08a443
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/ansible/pmm/post-build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,11 @@
state: directory
owner: pmm
group: pmm
mode: "0775"
mode: 0775

- name: Enable pmm-agent autostart
ini_file:
path: /etc/supervisord.d/pmm.ini
section: program:pmm-agent
option: autostart
value: "true"

0 comments on commit b08a443

Please sign in to comment.