| systemctl is-enabled iptables.servicesystemctl is-enabled servicename.service
 systemctl enable *.service
 systemctl disable *.service
 systemctl start *.service
 systemctl stop *.service
 systemctl restart *.service
 systemctl reload *.service
 systemctl status *.service
 systemctl --failed
 
 |