systemctl -t service list-units --all
Parar un servicio
systemctl stop zabbix-server
Activar un servicio en el arranque
systemctl enable zabbix-server
==== Referencias ====
* https://nebul4ck.wordpress.com/2015/02/27/el-comando-systemctl-administrando-systemd/