Re: How to change init from sysv to systemd

2019-06-23 Thread Bob Bernstein
On Sun, 23 Jun 2019, Bob Bernstein wrote: How should I approach this change with an eye to maximum safety? Again, the wiki proved spot on: https://wiki.debian.org/systemd#Installing_and_Testing Sorry about the false alarm. Thank you -- These are not the droids you are looking for.

Re: How to change init from sysv to systemd

2019-06-23 Thread Patrick Bartek
On Sun, 23 Jun 2019 14:55:58 -0400 Bob Bernstein wrote: > I encountered an error during the install of a deb which > led me to the discovery that my current init system is > still sysvinit. > > The error was: > > /sbin/init: invalid option -- '-' > Usage: init {-e VAR[=VAL] | [-t SECONDS] >

How to change init from sysv to systemd

2019-06-23 Thread Bob Bernstein
I encountered an error during the install of a deb which led me to the discovery that my current init system is still sysvinit. The error was: /sbin/init: invalid option -- '-' Usage: init {-e VAR[=VAL] | [-t SECONDS] {0|1|2|3|4|5|6|S|s|Q|q|A|a|B|b|C|c|U|u}} Thanks to the wiki: https://wiki.