Skip to content
Snippets Groups Projects
Commit 6618154f authored by bta's avatar bta
Browse files

screendump: send the signal to the renamed process.

parent d42b2451
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ start() {
}
stop() {
# Send a SIGTERM to ffmpeg to stop the screen dump
pkill -u sdump ffmpeg
# Send a SIGTERM to ffmpeg (running as "[sysdump]") to stop the screen dump
pkill -u sdump "[sysdump]"
# Give ffmpeg time to finalize the file
sleep 10
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment