<br>Neither one worked.<br><br># systemctl -f stop mythbackend.service<br><br># ps aux |grep myth<br>root      7238  0.0  0.9 228768 30060 ?        Sl   13:21   0:02 mythbackend<br>root      7797  0.0  0.0   4440   756 pts/4    S+   15:41   0:00 grep --color=auto myth<br>
<br># systemctl kill mythbackend.service<br><br># ps aux |grep myth<br>root      7238  0.0  0.9 228768 30060 ?        Sl   13:21   0:02 mythbackend<br>root      7802  0.0  0.0   4440   752 pts/4    S+   15:42   0:00 grep --color=auto myth<br>
<br># ps aux |grep myth<br>root      7238  0.0  0.9 228768 30060 ?        Sl   13:21   0:02 mythbackend<br>root      7805  0.0  0.0   4440   752 pts/4    S+   15:42   0:00 grep --color=auto myth<br><br># ps aux |grep myth<br>
root      7238  0.0  0.9 228768 30060 ?        Sl   13:21   0:02 mythbackend<br>root      7807  0.0  0.0   4440   752 pts/4    S+   15:42   0:00 grep --color=auto myth<br><br>still running !<br><br># systemctl kill -9 mythbackend.service<br>
systemctl: invalid option -- &#39;9&#39;<br><br># kill -9 7238<br># ps aux |grep myth<br>root      7811  0.0  0.0   4436   752 pts/4    S+   15:44   0:00 grep --color=auto myth<br><br><br>