Files
Mark Felder 36f437b9ca Change mtail service to read /dev/stdin instead of "-"
The shell alias "-" should work for stdin, but on one of my servers it
was not working and stracing the process showed it kept trying to open a
file named /-. I do not know how or why this was the case, but altering
it to read /dev/stdin instead solved the issue.
2026-01-21 12:25:02 -08:00
..