Last active
May 19, 2024 14:42
-
-
Save azaslavskis/a53158a8dd301f48d439664db21c9aeb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=FPV Processing Daemon | |
After=network.target | |
[Service] | |
ExecStart=/usr/bin/dvr-processing.sh | |
WorkingDirectory=/root | |
StandardOutput=/var/log/video_processing/output.log | |
StandardError=/var/log/video_processing/error.log | |
Restart=always | |
User=root | |
[Install] | |
WantedBy=multi-user.target |
Author
azaslavskis
commented
May 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment