Skip to content
Snippets Groups Projects
Commit e4bc3aae authored by Sergey Karatkevich's avatar Sergey Karatkevich
Browse files

services failed after first configuration till reboot. this fix restarting...

services failed after first configuration till reboot. this fix restarting systemd and preventing on-file event
parent dadc85ec
Branches
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
name: "{{ item }}" name: "{{ item }}"
enabled: true enabled: true
daemon_reload: true daemon_reload: true
daemon_reexec: yes
state: started state: started
with_items: with_items:
- "{{ funkwhale_systemd_service_name }}.target" - "{{ funkwhale_systemd_service_name }}.target"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment