What's the systemctl equivalent for a command like 'chkconfig --level 5 iptables on'
3
votes
2
answers
1487
views
I know
systemctl enable iptables
is similar to the command chkconfig --level 5 iptables on
, but both are not exactly same.
Using systemctl
, how do we restrict a service to be started only on a given target like graphical.target.
Asked by Joy
(31 rep)
Jun 8, 2018, 10:00 AM
Last activity: Jun 8, 2018, 09:57 PM
Last activity: Jun 8, 2018, 09:57 PM