From: | John Hascall <john@iastate.edu> |
Date: | Tue, 22 Aug 2017 12:04:44 -0500 |
Subject: | kpropd should write a pidfile when started in standalone mode... |
To: | krb5-bugs@mit.edu |
Message body is not shown because sender requested not to inline it.
...so it can be properly managed by systemctl etc.
I have included a sample patch to implement this.
# ./kpropd -h
Usage: ./kpropd [-r realm] [-s srvtab] [-dS] [-f slave_file]
[-F kerberos_db_file ] [-u kdb5_util_pathname]
[-x db_args]* [-p port] [-a acl_file]
[-P pid_file] (standalone mode only)
[-A admin_server]
John