loudnessspy/rc.local

7 lines
84 B
Bash
Executable file

#!/bin/sh -e
# rc.local
# Start LoudnessSpy
/opt/loudnessspy/loudnessspy &
exit 0