Re: [CentOS] systemd and httpd

2014-08-15 Thread galt...@kicp.uchicago.edu
-4247 Original message From: Jack Bailey Date:2014/08/15 16:52 (GMT-06:00) To: centos@centos.org Subject: Re: [CentOS] systemd and httpd On 08/15/14 14:48, Alexander Dalloz wrote: > Am 15.08.2014 um 23:29 schrieb Jack Bailey: >> Hello, >> >> On my new CentOS 7

Re: [CentOS] systemd and httpd

2014-08-15 Thread Jack Bailey
On 08/15/14 14:48, Alexander Dalloz wrote: > Am 15.08.2014 um 23:29 schrieb Jack Bailey: >> Hello, >> >> On my new CentOS 7 server httpd stops running after about two minutes or >> so. strace shows me the process is asking for a password, and failing >> to get one, times out. In reading the docs

Re: [CentOS] systemd and httpd

2014-08-15 Thread Alexander Dalloz
Am 15.08.2014 um 23:29 schrieb Jack Bailey: > Hello, > > On my new CentOS 7 server httpd stops running after about two minutes or > so. strace shows me the process is asking for a password, and failing > to get one, times out. In reading the docs I see an option to systemd: > --no-ask-password.

Re: [CentOS] systemd and httpd

2014-08-15 Thread Les Mikesell
On Fri, Aug 15, 2014 at 4:29 PM, Jack Bailey wrote: > > On my new CentOS 7 server httpd stops running after about two minutes or > so. strace shows me the process is asking for a password, and failing > to get one, times out. In reading the docs I see an option to systemd: > --no-ask-password.

[CentOS] systemd and httpd

2014-08-15 Thread Jack Bailey
Hello, On my new CentOS 7 server httpd stops running after about two minutes or so. strace shows me the process is asking for a password, and failing to get one, times out. In reading the docs I see an option to systemd: --no-ask-password. Can anyone tell me where and how to set this? As a