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
parent
2b27a31bee
commit
d8bb629c5d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue