Where can I find documentation on the new format of the files in /etc/init.d/?
Thanks, Mike.
On Tuesday, August 30, 2011 09:51 AM, Michael D. Berger wrote:
Where can I find documentation on the new format of the files in /etc/init.d/?
You mean /etc/event.d? Upstart...I thought Centos 6 uses systemd?
Thanks, Mike.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Tue, Aug 30, 2011 at 09:57:22AM +0800, Christopher Chan wrote:
On Tuesday, August 30, 2011 09:51 AM, Michael D. Berger wrote:
Where can I find documentation on the new format of the files in /etc/init.d/?
You mean /etc/event.d? Upstart...I thought Centos 6 uses systemd?
Systemd is only in Fedora at present--apparently (though I haven't run across it) it has some flaws as a server system.
(You can search Fedora forum, look for threads on systemd with the user jpollard--they've apparently had some serious issues with it.)
It does seem, though this may be my age and grouchiness speaking, that much of the development used to be done by people who thought like system administrators, whereas these days, it's done by people who think like smartphone users. Much of Fedora seems aimed (and nothing wrong with this) at the less experienced user with a laptop using DHCP, but the trouble is that RH seems to blindly put in the things aimed at said user.
On Mon, 2011-08-29 at 22:03 -0400, Scott Robbins wrote:
It does seem, though this may be my age and grouchiness speaking, that much of the development used to be done by people who thought like system administrators, whereas these days, it's done by people who think like smartphone users. Much of Fedora seems aimed (and nothing wrong with this) at the less experienced user with a laptop using DHCP, but the trouble is that RH seems to blindly put in the things aimed at said user.
Dumbing down ?
On Tuesday, August 30, 2011 10:06 AM, Always Learning wrote:
On Mon, 2011-08-29 at 22:03 -0400, Scott Robbins wrote:
It does seem, though this may be my age and grouchiness speaking, that much of the development used to be done by people who thought like system administrators, whereas these days, it's done by people who think like smartphone users. Much of Fedora seems aimed (and nothing wrong with this) at the less experienced user with a laptop using DHCP, but the trouble is that RH seems to blindly put in the things aimed at said user.
Dumbing down ?
Yeah...as opposed to making more convenient/efficient to use
On Tue, 30 Aug 2011 09:57:22 +0800, Christopher Chan wrote:
On Tuesday, August 30, 2011 09:51 AM, Michael D. Berger wrote:
Where can I find documentation on the new format of the files in /etc/init.d/?
You mean /etc/event.d? Upstart...I thought Centos 6 uses systemd?
Thanks, Mike.
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On my new Centos 6, if you type: man init it mentions: "init - Upstart process management daemon" Also, if you look at a file in /etc/init.d/, you can see that there is a new file format. It is the documentation of this new format that I would like to read.
Thanks, Mike.
On Tuesday, August 30, 2011 10:16 AM, Michael D. Berger wrote:
On Tue, 30 Aug 2011 09:57:22 +0800, Christopher Chan wrote:
On Tuesday, August 30, 2011 09:51 AM, Michael D. Berger wrote:
Where can I find documentation on the new format of the files in /etc/init.d/?
You mean /etc/event.d? Upstart...I thought Centos 6 uses systemd?
Thanks, Mike.
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On my new Centos 6, if you type: man init it mentions: "init - Upstart process management daemon" Also, if you look at a file in /etc/init.d/, you can see that there is a new file format. It is the documentation of this new format that I would like to read.
I'm sure the RHEL 6 manuals will have it covered somewhere. Have you taken a look there?
/me starts flogging /etc/event.d on his Hardy Upstart
From: Michael D. Berger m_d_berger_1900@yahoo.com
Where can I find documentation on the new format of the files in /etc/init.d/?
You have a bit more info with: man 5 init And google says: http://www.fedora.redhat.com/wiki/Packaging:SysVInitScript#LSB_Header
JD