kadmin: handle systemd setpgid failure
commit11c9e28192a9f6d35c921eb30b8cb5c3a2fecfea
authorKen Dreyer <ktdreyer@ktdreyer.com>
Sat, 31 May 2014 08:00:58 +0000 (31 02:00 -0600)
committerKen Dreyer <ktdreyer@ktdreyer.com>
Sat, 31 May 2014 08:03:38 +0000 (31 02:03 -0600)
treedfc25e6db4906c119556f58bc4d898816cf80c52
parent684ff198b785587ed9e089b54a5f111554973673
kadmin: handle systemd setpgid failure

When running as a service under systemd, kadmin cannot successfully use
setpgid().  The call fails with EPERM. Do not treat this as a fatal
error; instead, allow kadmind to continue starting up.
kadmin/kadm_conn.c