mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #57] Stop --daemonize #37
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#37
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 @ajitam on GitHub (Jan 8, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/57
first of all - great script!
if I run frontail with -d param. How do I stop it?
@mthenw commented on GitHub (Jan 8, 2016):
$ kill:)@ajitam commented on GitHub (Jan 11, 2016):
hmm I get
hehe just messing with you. That was my initial plan - to run it with
but the problem is that process make a 'sub process'
and when I kill the first one (the one I have PID for), second one (
tail ...) remains :/@mthenw commented on GitHub (Jan 11, 2016):
Damn! Looks like https://github.com/mthenw/frontail/blob/master/lib/tail.js#L43 is not working. Thanks for reporting!
@ajitam commented on GitHub (Jan 11, 2016):
For debug
@mthenw commented on GitHub (Jan 11, 2016):
v2.1.2 published to NPM :)
@ajitam commented on GitHub (Jan 11, 2016):
well that was fast!
updated, tested, WORKS!
@zubair1024 commented on GitHub (Jun 29, 2017):
hey, I don't get it, is there an easy way to stop the daemon, I have multiple frontail processes running. How do I stop them all?
@ajitam commented on GitHub (Jul 3, 2017):
One way is to create the scripts which starts all the demons in na loop
and then when you want to stop them you loop over
.pid-s in~/path/to/some/location/and kill one by one