Skip to content

Commit

Permalink
feat: updated to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 13, 2024
1 parent dee1163 commit 356e350
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 @@ -21,7 +21,7 @@ ExecStartPre=-runagent discover-smarthost
ExecStart=/usr/bin/podman run --conmon-pidfile %t/listmonk-app.pid \
--cidfile %t/listmonk-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/listmonk.pod-id --replace -d --name listmonk-app \
--volume %S/bin/config.tml:/config.yml:Z \
--volume %S/bin/config.toml:/config.toml:Z \
--env-file=%S/state/listmonk-db.env \
--env-file=%S/state/listmonk.env \
${LISTMONK_IMAGE} "./listmonk --install --config config.toml && ./listmonk --config config.toml"
Expand Down

0 comments on commit 356e350

Please sign in to comment.