r/grafana: Ensure service starts at boot

btop
Dustin 2022-08-05 22:06:39 -05:00
parent 13e26ac64c
commit ac127b4649
1 changed files with 9 additions and 1 deletions

View File

@ -42,9 +42,17 @@
tags:
- nginx-config
- meta: flush_handlers
- name: ensure grafana starts at boot
service:
name: grafana-server
enabled: true
tags:
- service
- meta: flush_handlers
- name: ensure grafana is running
service:
name: grafana-server
state: started
tags:
- service