Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
labmanager-systemd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto LIVIO BECCARIA
labmanager-systemd
Commits
6618154f
Commit
6618154f
authored
2 weeks ago
by
bta
Browse files
Options
Downloads
Patches
Plain Diff
screendump: send the signal to the renamed process.
parent
d42b2451
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/screendump
+2
-2
2 additions, 2 deletions
bin/screendump
with
2 additions
and
2 deletions
bin/screendump
+
2
−
2
View file @
6618154f
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment