This repository has been archived on 2020-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
systemd-client/user/ffsnap.service

10 lines
228 B
SYSTEMD

[Unit]
Description=Keep recording segments to /tmp and encode them on ffmpeg kill like shadowplay
Requires=xorg@0.service
[Service]
ExecStart=/bin/zsh /home/caskd/Projects/ffsnap/script.sh
Restart=always
RestartSec=1
Type=exec