mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-30 17:23:53 +01:00
2018-05-17 Fred Gleason <fredg@paravelsystems.com>
* Added rdvairplay(1) to the 'rivendell' service.
This commit is contained in:
@@ -78,6 +78,7 @@ function StartDaemons {
|
||||
|
||||
function StopDaemons {
|
||||
killall rdimport > /dev/null 2> /dev/null
|
||||
killall rdvairplay > /dev/null 2> /dev/null
|
||||
if [ -f /var/run/rivendell/rdcatchd.pid ] ; then
|
||||
kill `cat /var/run/rivendell/rdcatchd.pid` > /dev/null 2> /dev/null
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user