[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280487] [PATCH] daemon(8): Add option to write pidfile w/o supervising it"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280487] daemon(8): Add option to write pidfile w/o supervising it"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jul 2024 04:32:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280487
Bug ID: 280487
Summary: [PATCH] daemon(8): Add option to write pidfile w/o
supervising it
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: mail@fbsd2.e4m.org
Created attachment 252342
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252342&action=edit
Patch for adding -C option
I needed to get the pid of a process started by daemon(8) but without using its
supervising functionality of --child-pidfile (and therefore without the need of
having daemon(8) hang around as another process).
The attached patch adds an option -C to accomplish this.
--
You are receiving this mail because:
You are the assignee for the bug.