id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,mlocked 10236,Mythbackend not shutting down correctly,newbury@…,danielk,"The systemd mythbackend.service unit uses ExecStartPre=/usr/local/bin/pre-start.sh The pre-start.sh script does not check to determine if there is already a running mythbackend process and allows the start of a new duplicate process. This is a bug. Adding this to the start of the script will ensure a clean start. # kill any running mythbackend process. if [ -e /var/run/mythtv/mythbackend.pid ]; then killall mythbackend; fi (Borrowed from the sysv init mysqld startup script) ",Bug Report - General,closed,minor,0.25,MythTV - General,Master Head,medium,Unverified,,,0