We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44056c5 commit 00b5b0cCopy full SHA for 00b5b0c
imageroot/systemd/user/surrealdb-app.service
@@ -24,9 +24,9 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/surrealdb-app.pid \
24
--pod-id-file %t/surrealdb.pod-id --replace -d --name surrealdb-app \
25
--volume mydata:/mydata \
26
${SURREALDB_IMAGE} \
27
- start -- --auth \
28
- --user ${SURREALDB_NAME} \
29
- --pass ${SURREALDB_PASSWORD} \
+ start \
+ -u ${SURREALDB_NAME} \
+ -p ${SURREALDB_PASSWORD} \
30
--log trace \
31
file:mydata/mydatabase.db
32
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/surrealdb-app.ctr-id -t 10
0 commit comments