mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 10:15:52 +03:00
[GH-ISSUE #186] multiple File in Daemon Mode not working #121
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hermann1514 on GitHub (Oct 28, 2019).
Original GitHub issue: https://github.com/mthenw/frontail/issues/186
Hi,
if i start frontail with 2 Log File and a wildcard from commandline it working fine.
But if i configure it in daemon mode this is not working.
Working:
Commandline: frontail /path/filename1* /path2/filename2*
In Daemon Mode not working:
#!/bin/sh -
[Unit]
Description=Frontail
[Service]
ExecStart=/usr/bin/frontail --ui-highlight -t dark "/path/filename1*" "/path/filename2*"
Restart=always
User=xxxx
Environment=PATH=/usr/bin/
Environment=NODE_ENV=production
WorkingDirectory=/usr/bin/
[Install]
WantedBy=multi-user.target
Alias=frontail.service
Some Idea?
@mthenw commented on GitHub (Apr 13, 2020):
Hey, is that still an issue?
@nilsacht commented on GitHub (Oct 15, 2020):
Hey I have a similar problem. I user frontail on DietPi and try to tail openhab log files. With one file the service runs fine. When i add a second file and reload and restart everything the frontail webpage don't load.
@botura commented on GitHub (Dec 8, 2021):
Still an issue:
It seens it concatenates the filenames