I hereby claim:
- I am fergbrain on github.
- I am fergbrain (https://keybase.io/fergbrain) on keybase.
- I have a public key ASByU7fFdO5JMfpuzq-G3cLUBVcScRBQLCIvEI_SlBmGgAo
To claim this, I am signing this object:
chrt 99 ionice -c1 nice -n -20 ~/jamulus/Jamulus --server --nogui --recording /var/www/jamulus/recording/ --log /var/log/jamulus --servername $(uname -n) --centralserver "jamulus.fischvolk.de:22224" --serverinfo "NW WA;Seattle, WA;225" -g --welcomemessage "This is an expermental service and support is not guarenteed. Please contact [email protected] with questions" --licence& |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
#set path='$PATH:/usr/local/bin' | |
lockFile='/tmp/dvrProcessing.lock' | |
origFile="$1" | |
tmpFile="$1.tmp" | |
tmpEncode="$1.mkv" | |
tmpSrt="$1.srt" | |
dvrPostLog='/tmp/dvrProcessing.log' | |
comcutPath='/opt/comchap/comskip' |