On Wed, Jan 09, 2013 at 09:33:04AM +0100, Miklos Vajna <[email protected]> wrote: > 5) units/console-getty.service.m4.in, units/console-shell.service.m4.in, > units/[email protected], units/[email protected]: These added an > After=local.service line for Frugalware. All we need to do is Fseding > 'After=rc-local.service' to 'After=local.service' in the FrugalBuild.
Turns out there are configure switches for this as well, so now
local.service is gone, rc-local.service and halt-local.service from
upstream does the invocation of 'rc.local start' and 'rc.local stop'
instead. Checking for start/stop inside the script is still the same:
if [ "$1" = "start" ]; then
start here
else
stop here
fi
signature.asc
Description: Digital signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
