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
#!/bin/bash
killall irexec
freevo stop
# if you want to have freevo automaticaly
# restarted if it crashes or something like
# that then uncomment the next line
# freevo-x