Skip to content

Commit

Permalink
feat: updated listmonk-app.service
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 13, 2024
1 parent 6a1e55a commit dee1163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/listmonk-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/listmonk-app.pid \
--volume %S/bin/config.tml:/config.yml:Z \
--env-file=%S/state/listmonk-db.env \
--env-file=%S/state/listmonk.env \
${LISTMONK_IMAGE}
${LISTMONK_IMAGE} "./listmonk --install --config config.toml && ./listmonk --config config.toml"
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/listmonk-app.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP listmonk-app
SyslogIdentifier=%u
Expand Down

0 comments on commit dee1163

Please sign in to comment.