Re: [systemd-devel] How to get used to systemd vs init

2015-06-24 Thread Ronny Chevalier
On Wed, Jun 24, 2015 at 8:53 AM, Chad wrote: > Killermoehre, > Thank you for your time and reply. > > I intend to do exactly that when I start using systemd (I am still using > init.d at the moment). In fact I have already suggested that very thing on > the fail2ban mailing list so that can add it

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Chad
On 6/23/2015 10:35 PM, killermoehre wrote: Am 24.06.2015 um 02:00 schrieb Chad: On 6/23/2015 4:45 PM, Ronny Chevalier wrote: On Wed, Jun 24, 2015 at 1:37 AM, Chad wrote: Oh, wait this is the reverse of what I want/need (systemd-sysv-generator goes from init.d to systemd, I need from systemd t

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread killermoehre
Am 24.06.2015 um 02:00 schrieb Chad: > On 6/23/2015 4:45 PM, Ronny Chevalier wrote: > > On Wed, Jun 24, 2015 at 1:37 AM, Chad wrote: > >> Oh, wait this is the reverse of what I want/need (systemd-sysv-generator > >> goes from init.d to systemd, I need from systemd to init.d). > >> I have a nagios

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Chad
On 6/23/2015 4:45 PM, Ronny Chevalier wrote: On Wed, Jun 24, 2015 at 1:37 AM, Chad wrote: Oh, wait this is the reverse of what I want/need (systemd-sysv-generator goes from init.d to systemd, I need from systemd to init.d). I have a nagios script that runs something like: /etc/init.d/httpd stat

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Ronny Chevalier
On Wed, Jun 24, 2015 at 1:37 AM, Chad wrote: > Oh, wait this is the reverse of what I want/need (systemd-sysv-generator > goes from init.d to systemd, I need from systemd to init.d). > I have a nagios script that runs something like: > /etc/init.d/httpd status > It then reads the output and makes

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Chad
On 6/23/2015 4:26 PM, Reindl Harald wrote: Am 24.06.2015 um 01:07 schrieb Chad: You could do something like: systemctl start htt systemctl st or else, and it will complete it. I use bash. This is a cool trick that systemd has over init.d. I know not all programs can do that shell completion,

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Chad
On 6/23/2015 4:25 PM, Ronny Chevalier wrote: On Wed, Jun 24, 2015 at 1:07 AM, Chad wrote: Mr. Chevalier, Thank you for your time and reply. On 6/23/2015 1:30 PM, Ronny Chevalier wrote: On Tue, Jun 23, 2015 at 9:45 PM, Chad wrote: I am sure this is the wrong place to send this e-mail, but I

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Reindl Harald
Am 24.06.2015 um 01:07 schrieb Chad: You could do something like: systemctl start htt systemctl st or else, and it will complete it. I use bash. This is a cool trick that systemd has over init.d. I know not all programs can do that shell completion, for example /etc/init.d/httpd res does not

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Reindl Harald
Am 23.06.2015 um 21:45 schrieb Chad: The new systemd way would be to type (23 total characters, no tab complete): systemctl restart httpd Maybe I could tab complete systemctl, but I don't currently have a CentOS 7 system to test on. maybe you should just install CentOS inside a VM and test it

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Ronny Chevalier
On Wed, Jun 24, 2015 at 1:07 AM, Chad wrote: > Mr. Chevalier, > Thank you for your time and reply. > > On 6/23/2015 1:30 PM, Ronny Chevalier wrote: >> >> On Tue, Jun 23, 2015 at 9:45 PM, Chad wrote: >>> >>> I am sure this is the wrong place to send this e-mail, but I could not >>> find >>> anothe

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Chad
On 6/23/2015 1:41 PM, Ronny Chevalier wrote: On Tue, Jun 23, 2015 at 10:16 PM, Chad wrote: On 6/23/2015 1:01 PM, Reindl Harald wrote: Am 23.06.2015 um 21:45 schrieb Chad: The new systemd way would be to type (23 total characters, no tab complete): systemctl restart httpd Maybe I could tab c

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Chad
Mr. Chevalier, Thank you for your time and reply. On 6/23/2015 1:30 PM, Ronny Chevalier wrote: On Tue, Jun 23, 2015 at 9:45 PM, Chad wrote: I am sure this is the wrong place to send this e-mail, but I could not find another place to send it. Hi, It is the good place :) Great, thanks. I wan

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Ronny Chevalier
On Tue, Jun 23, 2015 at 10:16 PM, Chad wrote: > On 6/23/2015 1:01 PM, Reindl Harald wrote: >> >> >> >> Am 23.06.2015 um 21:45 schrieb Chad: >>> >>> The new systemd way would be to type (23 total characters, no tab >>> complete): >>> systemctl restart httpd >>> Maybe I could tab complete systemctl,

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Ronny Chevalier
On Tue, Jun 23, 2015 at 9:45 PM, Chad wrote: > I am sure this is the wrong place to send this e-mail, but I could not find > another place to send it. Hi, It is the good place :) > I want to learn and use systemd, but have run into a few problems on my way. > Please don't see this as an attack

Re: [systemd-devel] How to get used to systemd vs init

2015-06-23 Thread Chad
On 6/23/2015 1:01 PM, Reindl Harald wrote: Am 23.06.2015 um 21:45 schrieb Chad: The new systemd way would be to type (23 total characters, no tab complete): systemctl restart httpd Maybe I could tab complete systemctl, but I don't currently have a CentOS 7 system to test on. maybe you should