Skip to content

Instantly share code, notes, and snippets.

@highgain86j
Created October 15, 2018 23:32
Show Gist options
  • Save highgain86j/21ce691baa8c6f81190b7c1cbeca451d to your computer and use it in GitHub Desktop.
Save highgain86j/21ce691baa8c6f81190b7c1cbeca451d to your computer and use it in GitHub Desktop.
systemd definition for vban_receptor
[Unit]
Description=vban - Linux command-line VBAN tools
After=sound.target
Wants=network-online.target
After=network.target network-online.target
[Service]
ExecStart=/usr/local/bin/vban_receptor -i10.1.240.7 -p6980 -sStream1 -balsa -dplughw:UA25EX,0
User=vban
Group=vban
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment