We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fd398 commit 83524afCopy full SHA for 83524af
1 file changed
ansible/files/gotrue.service.j2
@@ -17,6 +17,9 @@ After=apparmor.service
17
# We want sysctl's to be applied
18
After=systemd-sysctl.service
19
20
+# Ensure tuned is applied
21
+After=tuned.service
22
+
23
# UFW Is modified by cloud init, but started non-blocking, so configuration
24
# could be in-flight while gotrue is starting. I want to ensure future rules
25
# that are relied on for security posture are applied before gotrue runs.
0 commit comments