Skip to content

Instantly share code, notes, and snippets.

@Senya247
Last active June 24, 2023 06:05
Show Gist options
  • Save Senya247/7b11f841e4c9a5f22654321b4eeabab9 to your computer and use it in GitHub Desktop.
Save Senya247/7b11f841e4c9a5f22654321b4eeabab9 to your computer and use it in GitHub Desktop.
# /etc/systemd/system/transcoding.service
[Unit]
Description=Transcode tuiton videos
[Service]
ExecStart=/home/agastya/Videos/Tuition/transcode.sh
WorkingDirectory=/home/agastya/Videos/Tuition/
Restart=always
User=user
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment