systemctl command that is the same as chkconfig --level

Petrus de Calguarium pgueckel at gmail.com
Fri Jun 17 21:53:11 UTC 2011


Aaron Konstam wrote:

> eqwuivalent to: chkconfig --level 35 <service name>

To start it during this session:

systemctl start <service name>.service

To start every time you start graphical.target:

systemctl enable <service name>.service

I'm not sure how you would differentiate between multi-user.target and 
graphical.target.

Don't quote me, but I think this is it.




More information about the users mailing list