mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
mtail: fix getting logs from STDIN
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## untagged
|
## untagged
|
||||||
|
|
||||||
|
- mtail: fix getting logs from STDIN
|
||||||
|
([#502](https://github.com/chatmail/chatmail/pull/502))
|
||||||
|
|
||||||
- filtermail: don't require exactly 2 lines after openPGP payload
|
- filtermail: don't require exactly 2 lines after openPGP payload
|
||||||
([#497](https://github.com/chatmail/chatmail/pull/497))
|
([#497](https://github.com/chatmail/chatmail/pull/497))
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Description=mtail
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/bin/sh -c "journalctl -f -o short-iso -n 0 | /usr/bin/mtail --address={{ address }} --port={{ port }} --progs /etc/mtail --logtostderr --logs -"
|
ExecStart=/bin/sh -c "journalctl -f -o short-iso -n 0 | /usr/bin/mtail --address={{ address }} --port={{ port }} --progs /etc/mtail --logtostderr --logs /dev/stdin"
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user