Skip to content

Commit 83524af

Browse files
authored
ansible: start gotrue after tuned service (#2196)
1 parent 75fd398 commit 83524af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/files/gotrue.service.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ After=apparmor.service
1717
# We want sysctl's to be applied
1818
After=systemd-sysctl.service
1919

20+
# Ensure tuned is applied
21+
After=tuned.service
22+
2023
# UFW Is modified by cloud init, but started non-blocking, so configuration
2124
# could be in-flight while gotrue is starting. I want to ensure future rules
2225
# that are relied on for security posture are applied before gotrue runs.

0 commit comments

Comments
 (0)