[GH-ISSUE #186] multiple File in Daemon Mode not working #121

Open
opened 2026-03-03 16:04:37 +03:00 by kerem · 3 comments
Owner

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?

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?
Author
Owner

@mthenw commented on GitHub (Apr 13, 2020):

Hey, is that still an issue?

<!-- gh-comment-id:613046503 --> @mthenw commented on GitHub (Apr 13, 2020): Hey, is that still an issue?
Author
Owner

@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.

<!-- gh-comment-id:709209648 --> @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.
Author
Owner

@botura commented on GitHub (Dec 8, 2021):

Hey, is that still an issue?

Still an issue:

Error: ENOENT: no such file or directory, open '/var/log/openhab/openhab.log,/var/log/openhab/events.log'

It seens it concatenates the filenames

<!-- gh-comment-id:988991690 --> @botura commented on GitHub (Dec 8, 2021): > Hey, is that still an issue? Still an issue: ``` Error: ENOENT: no such file or directory, open '/var/log/openhab/openhab.log,/var/log/openhab/events.log' ``` It seens it concatenates the filenames
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#121
No description provided.