[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Time to package simpleinit?



On Mon, 2003-04-28 at 14:23, Theodore Ts'o wrote:

> I'm not sure it would *ever* be a good idea to use a C executable in
> an /etc/init.d startup. 

Putting an executable in /etc is a FHS violation, so it's explicitly not
allowed. Of course, a script along the lines of:

	#!/usr/lib/package/initthing
or
	#!/bin/sh
	exec /usr/lib/package/initthing "$@"

is fine.

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: