Ticket #22 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

find a nicer way to notify openrc that certain service are provide from outside (useful for jail and vserver and possibly other)

Reported by: Luca Barbato <lu_zero@gentoo.org> Owned by: roy
Priority: trivial Milestone:
Component: init.d scripts Version:
Keywords: Cc:

Description

net, logger, checkroot and probably other core script could be allowed to be dummyfied in a saner way.

so far an empty /etc/fstab and a dummy net.lo0 and a dummy dummylog script are working more or less correctly.

Change History

comment:83 Changed 3 years ago by roy

We could add a nojail keyword to those scripts, which disables the execution of the service if in a jail, but marks it as started/stopped correctly.

comment:122 Changed 3 years ago by roy

  • Status changed from new to resolved
  • Resolution set to fixed

I've added jail detection support and the nojail keyword to equivalent services, so we should be good for this now.

The same functionality can use used for vps (vserver, openvz), uml and xen systems.

Note: See TracTickets for help on using tickets.