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 f5a1342 commit 4f45470Copy full SHA for 4f45470
ansible/files/gotrue.service.j2
@@ -4,7 +4,12 @@ Description=Gotrue
4
[Service]
5
Type=simple
6
WorkingDirectory=/opt/gotrue
7
+{% if qemu_mode is defined and qemu_mode %}
8
+ExecStart=/opt/gotrue/gotrue
9
+{% else %}
10
ExecStart=/opt/gotrue/gotrue --config-dir /etc/auth.d
11
+{% endif %}
12
+
13
User=gotrue
14
Restart=always
15
RestartSec=3
0 commit comments