r/frigate: Ensure service starts at boot

Missing a task to enable the *frigate.service* unit meant that the
service would not start automatically when the machine booted.
ntfy
Dustin 2021-12-30 09:35:14 -06:00
parent 2b27a31bee
commit d8bb629c5d
1 changed files with 9 additions and 1 deletions

View File

@ -93,7 +93,15 @@
tags: tags:
- config - config
- meta: flush_handlers - name: ensure frigate starts at boot
service:
name: frigate
enabled: true
tags:
- service
- name: flush handlers
meta: flush_handlers
- name: ensure frigate is running - name: ensure frigate is running
service: service:
name: frigate name: frigate