:: Re: [DNG] OpenRC and Devuan
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Didier Kryn
Date:  
À: dng
Sujet: Re: [DNG] OpenRC and Devuan
Le 03/05/2016 19:10, Rob Owens a écrit :
> Yes, but then when an openrc user wants to start/stop a service, he
> cannot do '/etc/init.d/myservice start' like he could do on any other
> OS using openrc. He'd have to do '/etc/openrc/myservice start'. Not a
> really big deal, but I think it's undesirable to make Devuan's openrc
> procedures different (especially when it could be addressed with a
> simple symlink).

     Normally the admin invokes the service command,


     sudo service ssh restart
     sudo service nginx status


     etc.


     service could probably be modified to talk to the init system in 
charge.


     Didier