Re: What is available for setting services to run levels

2018-02-17 Thread Jonathan de Boyne Pollard

Harry Putnam:

What tools do we have for setting services to run levels


As of Debian 8, you are using a systemd operating system.  Forget about 
runlevels.  They are, as the systemd doco says several times over, 
"obsolete".


* https://unix.stackexchange.com/a/196014/5132

* https://unix.stackexchange.com/questions/210117/

* https://unix.stackexchange.com/a/394238/5132

* http://jdebp.eu./FGA/inittab-is-history.html



Re: What is available for setting services to run levels

2018-02-13 Thread Forest Dean Feighner
Perhaps, from man systemctl


   isolate NAME
   Start the unit specified on the command line and its
dependencies and stop all others. If a unit name
   with no extension is given, an extension of ".target" will be
assumed.

   This is similar to changing the runlevel in a traditional init
system. The isolate command will
   immediately stop processes that are not enabled in the new unit,
possibly including the graphical
   environment or terminal you are currently using.

   Note that this is allowed only on units where AllowIsolate= is
enabled. See systemd.unit(5) for details.

I haven't tinkered with it yet

HTH

On Tue, Feb 13, 2018 at 4:08 PM, Harry Putnam  wrote:

> What tools do we have for setting services to run levels
>
>


What is available for setting services to run levels

2018-02-13 Thread Harry Putnam
What tools do we have for setting services to run levels