Re: [systemd-devel] chkconfig on preferred to --add?

2019-05-29 Thread Lukas Nykryn
I think the behaviour is correct, chkconfig --add is kinda sysv equivalent of systemctl preset. systemctl enable should be the same as chkconfig on. Lukas čt 23. 5. 2019 v 20:40 odesílatel Lennart Poettering napsal: > On Do, 23.05.19 10:29, Roger Pack (rogerdpa...@gmail.com) wrote: > > > As a no

Re: [systemd-devel] chkconfig on preferred to --add?

2019-05-23 Thread Lennart Poettering
On Do, 23.05.19 10:29, Roger Pack (rogerdpa...@gmail.com) wrote: > As a note, if I have a sysV /etc/init.d/name service that is "turned > on" by "chkconfig --add name" it seems that it adds it to *different > targets* than what "systemctl enable name" does (which appears to run > "chkconfig name

Re: [systemd-devel] chkconfig on preferred to --add?

2019-05-23 Thread Reindl Harald
Am 23.05.19 um 18:29 schrieb Roger Pack: > As a note, if I have a sysV /etc/init.d/name service that is "turned > on" by "chkconfig --add name" it seems that it adds it to *different > targets* than what "systemctl enable name" does (which appears to run > "chkconfig name on" enabling it for all

[systemd-devel] chkconfig on preferred to --add?

2019-05-23 Thread Roger Pack
As a note, if I have a sysV /etc/init.d/name service that is "turned on" by "chkconfig --add name" it seems that it adds it to *different targets* than what "systemctl enable name" does (which appears to run "chkconfig name on" enabling it for all runlevels). This seems a bit confusing? is it ex