Open danielhjames opened 7 years ago
This button would run the command:
systemctl recorder restart
Actually we only want to kill the current recorder process, not the whole recorder script. We can do this with:
killall -s SIGTERM rec
This button would run the command:
systemctl recorder restart