[Feature] Write PID Files #47
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Telodendria/Telodendria#47
Loading…
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?
Description
Telodendria should write a
.pid
file in the data directory when it is started, and delete it when it is shut down. Some init systems like this functionality. Others may manage PID files automatically, so this may not be required in all cases, but a config option to specify the location of the PID file should be provided.#46 (still a WIP) now implements this feature under the
"pid"
option.Awesome, that looks great.