diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gpu-screen-recorder.service | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/gpu-screen-recorder.service b/extra/gpu-screen-recorder.service new file mode 100644 index 0000000..f8484e5 --- /dev/null +++ b/extra/gpu-screen-recorder.service @@ -0,0 +1,19 @@ +[Unit] +Description=GPU Screen Recorder Service + +[Service] +EnvironmentFile=-%h/.config/gpu-screen-recorder.env +Environment=WINDOW=screen +Environment=CONTAINER=mp4 +Environment=QUALITY=very_high +Environment=CODEC=auto +Environment=AUDIO_CODEC=opus +Environment=FRAMERATE=60 +Environment=REPLAYDURATION=60 +Environment=OUTPUTDIR=%h/Videos +ExecStart=gpu-screen-recorder -v no -w $WINDOW -c $CONTAINER -q $QUALITY -k $CODEC -ac $AUDIO_CODEC -f $FRAMERATE -r $REPLAYDURATION -o $OUTPUTDIR $ADDITIONAL_ARGS +Restart=on-failure +RestartSec=5s + +[Install] +WantedBy=default.target
\ No newline at end of file |