====== Ubuntu - Services - Restart a service ====== ===== Using systemd ===== systemctl restart service_name ---- ===== Using System V ===== /etc/init.d/service_name restart ---- ===== Using Upstart ===== restart service_name
systemctl restart service_name
/etc/init.d/service_name restart
restart service_name