Toshio Kuratomi (a.bad...@gmail.com) said:
> on and off map to systemctl enable whereas chkconfig would set the service
> on and off in certain runlevels. So they're now more similar to chkconfig
> --add.
Not exactly. chkconfig --add doesn't change the state of the service, unless
it hasn't been
On Mon, Mar 28, 2011 at 01:47:33PM -0400, Bill Nottingham wrote:
> Ian Pilcher (arequip...@gmail.com) said:
> > > According to the wiki, chkconfig should work with systemd. Doesn't it?
> > >
> > > http://fedoraproject.org/wiki/Systemd#Does_chkconfig_command_work_with_systemd.3F
> >
> > Running
Ian Pilcher (arequip...@gmail.com) said:
> > According to the wiki, chkconfig should work with systemd. Doesn't it?
> >
> > http://fedoraproject.org/wiki/Systemd#Does_chkconfig_command_work_with_systemd.3F
>
> Running "chkconfig --list" prints this warning:
>
> Note: This output shows SysV ser
On Sat, Mar 26, 2011 at 12:06:47PM -0500, Ian Pilcher wrote:
> On 03/25/2011 11:30 PM, Toshio Kuratomi wrote:
> > On Fri, Mar 25, 2011 at 11:05:21PM -0500, Ian Pilcher wrote:
> >>
> >> chkconfig --list | grep :on
> >>
> >> What is the systemd (systemctl equivalent)?
> >
> > ls /etc/systemd/sy
On 03/27/2011 06:26 AM, Henk Breimer wrote:
>
> Nobody seems to have found systemadm!
> Does it all
>
Maybe I'm missing it, but I don't see any way to enable/disable services
in systemadm.
I finally settled on the following to list the status of all services:
#!/bin/bash
for SERVICE in `syste
On Sat, 26 Mar 2011 13:40:00 -0400
Scott Robbins wrote:
> On Sat, Mar 26, 2011 at 12:06:47PM -0500, Ian Pilcher wrote:
>
>
> > >
> > > ls /etc/systemd/system/*.wants/frobozz.service
> > >
> > > https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet
> > >
> >
> > No. According to the
On 03/26/2011 12:18 PM, Clyde E. Kunkel wrote:
>
> systemctl list-units | grep active | more
>
>
"systemctl -t service [--full] list-units " seems to actually get
closest.
--
Ian Pilcher
On Sat, Mar 26, 2011 at 12:06:47PM -0500, Ian Pilcher wrote:
> >
> > ls /etc/systemd/system/*.wants/frobozz.service
> >
> > https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet
> >
>
> No. According to the cheatsheet, that is the equivalent of:
>
> chkconfig frobozz --list
I s
On 03/26/2011 01:06 PM, Ian Pilcher wrote:
> On 03/25/2011 11:30 PM, Toshio Kuratomi wrote:
>> On Fri, Mar 25, 2011 at 11:05:21PM -0500, Ian Pilcher wrote:
>>>
>>> chkconfig --list | grep :on
>>>
>>> What is the systemd (systemctl equivalent)?
>>
>> ls /etc/systemd/system/*.wants/frobozz.servi
On 03/25/2011 11:30 PM, Toshio Kuratomi wrote:
> On Fri, Mar 25, 2011 at 11:05:21PM -0500, Ian Pilcher wrote:
>>
>> chkconfig --list | grep :on
>>
>> What is the systemd (systemctl equivalent)?
>
> ls /etc/systemd/system/*.wants/frobozz.service
>
> https://fedoraproject.org/wiki/SysVinit_to_
On 03/26/2011 09:12 AM, Scott Robbins wrote:
>
> According to the wiki, chkconfig should work with systemd. Doesn't it?
>
> http://fedoraproject.org/wiki/Systemd#Does_chkconfig_command_work_with_systemd.3F
>
Running "chkconfig --list" prints this warning:
Note: This output shows SysV services
On Sat, Mar 26, 2011 at 10:09:53AM -0400, Clyde E. Kunkel wrote:
> On 03/26/2011 12:05 AM, Ian Pilcher wrote:
> > I'm in the habit of running
> >
> > chkconfig --list | grep :on
> >
> > to list all of the services that are enabled on my system (usually right
> > after an installation, so I can
On 03/26/2011 12:05 AM, Ian Pilcher wrote:
> I'm in the habit of running
>
> chkconfig --list | grep :on
>
> to list all of the services that are enabled on my system (usually right
> after an installation, so I can disable all of the stuff that I don't
> need).
>
> What is the systemd (system
On 03/26/2011 05:30 AM, Toshio Kuratomi wrote:
> On Fri, Mar 25, 2011 at 11:05:21PM -0500, Ian Pilcher wrote:
>> I'm in the habit of running
>>
>> chkconfig --list | grep :on
>>
>> to list all of the services that are enabled on my system (usually right
>> after an installation, so I can disab
On Fri, Mar 25, 2011 at 11:05:21PM -0500, Ian Pilcher wrote:
> I'm in the habit of running
>
> chkconfig --list | grep :on
>
> to list all of the services that are enabled on my system (usually right
> after an installation, so I can disable all of the stuff that I don't
> need).
>
> What is
15 matches
Mail list logo