From gentoo-dev Wed May 08 18:45:21 2013 From: Rich Freeman Date: Wed, 08 May 2013 18:45:21 +0000 To: gentoo-dev Subject: Re: [gentoo-dev] OpenRC supporting systemd units Message-Id: X-MARC-Message: https://marc.info/?l=gentoo-dev&m=136803873018104 On Wed, May 8, 2013 at 2:32 PM, William Hubbs wrote: > > OpenRC can't support units directly; if this ever did happen it would > have to be a tool that converts units to init scripts. Or an init script skeleton that interprets a unit file. That seems like it shouldn't be too hard to write for a limited number of systemd features. Just point the conf.d file to the unit file, or use a convention for where the init.d script looks for the unit. Init.d scripts are programs - they could probably do just about anything. Rich