Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

otpd should support writing its own PID files. #1

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments
Open

otpd should support writing its own PID files. #1

GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

otpd is hard to support in usual start/stop init scripts because it doesn't 
create pid files like other normal daemons.

Support for this should be added.  Right now the only "good" way to do this is 
to either run with otpd -f and make your own PID file (which breaks logging 
via syslog), or use evil things like pkill in your stop scripts which search 
for 
the otpd process in ps(1).

Original issue reported on code.google.com by b...@google.com on 12 Feb 2010 at 12:49

@GoogleCodeExporter
Copy link
Author

Original comment by fr...@gmail.com on 9 Aug 2010 at 11:08

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by fr...@gmail.com on 26 Aug 2010 at 7:49

  • Added labels: Milestone-Release3.3.0

@GoogleCodeExporter
Copy link
Author

I have added support for this, see the attached patch. 

Original comment by djne...@gmail.com on 6 May 2011 at 9:39

Attachments:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant