The are few ways to restart process in Linux. Using systemctl `systemctl restart <process name>` Using service `service <process name> restart` ### See also 1. [[systemctl]] 2. [[What is process in Linux?]] ### Reference 1.