Created
October 15, 2018 23:32
-
-
Save highgain86j/21ce691baa8c6f81190b7c1cbeca451d to your computer and use it in GitHub Desktop.
systemd definition for vban_receptor
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=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