Logoj0ke.net Open Build Service > Projects > multimedia > freevo > freevo-x-kill
Sign Up | Log In

File freevo-x-kill of Package freevo

 
1
#!/bin/bash
2
killall irexec
3
freevo stop
4
# if you want to have freevo automaticaly
5
# restarted if it crashes or something like
6
# that then uncomment the next line
7
# freevo-x
8