How are runlevels from CentOS 6 chkconfig translated for CentOS 7 systemctl?
2
votes
0
answers
483
views
How would I translate the following command from CentOS 6 to run in CentOS 7?
chkconfig --level 345 dovecot on
My first guess is to type the following instead:
systemctl enable dovecot
But notice that there are no
runlevel
specifications in my first guess. Is a runlevel
of 3, 4, or 5 assumed? Or do I have to specify it? If so, how?
I read this wikipedia page about runlevels.
Asked by CodeMed
(5357 rep)
Jan 8, 2015, 10:08 PM
Last activity: Jul 27, 2017, 01:07 PM
Last activity: Jul 27, 2017, 01:07 PM