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 d5b9ea5 commit 2386ab0Copy full SHA for 2386ab0
1 file changed
imageroot/systemd/user/mautic-app.service
@@ -30,7 +30,8 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/mautic-app.pid \
30
--volume mautic-cron:/opt/mautic/cron:z \
31
--volume %S/bin/install:/install:z \
32
--env-file=%S/state/app.env \
33
- ${MAUTIC_IMAGE} /bin/bash -c "/install"
+ ${MAUTIC_IMAGE}
34
+ExecStartPost=/usr/bin/podman exec mautic-app /bin/bash -c "/install"
35
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/mautic-app.ctr-id -t 10
36
ExecReload=/usr/bin/podman kill -s HUP mautic-app
37
SyslogIdentifier=%u
0 commit comments