mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #82] .pid file locked #58
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#58
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 @the1mills on GitHub (Oct 6, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/82
sorry if this has been asked before, what is the canonical way to deal with this?
@mthenw commented on GitHub (Oct 6, 2016):
Hey, when running as a daemon frontail sets its process id in a file (for easier cleanup). By default it's
/var/run/frontail.pid. Looks like your user doesn't have access there. You can change pid file path with--pid-pathflag or run command withsudo.@the1mills commented on GitHub (Oct 6, 2016):
why not install this .pid in the user's path (uset home directory)? then
the user will chown it by default?
On Oct 6, 2016 1:32 AM, "Maciej Winnicki" notifications@github.com wrote: