-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow PID file to be disabled at compile-time
Stubby unconditionally attempts to write a PID file under the run state directory when it starts, but this directory is not always writeable by non-root or non-system account users (e.g. on Slackware). To aid with running Stubby in environments where the PID file would otherwise be unwriteable or unnecessary, allow it to be disabled at compile-time with the `ENABLE_PID_FILE` option (which remains on by default).
- Loading branch information
1 parent
9292e28
commit 2ea7a6a
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters