usbip: Add init script for usbip-server

Signed-off-by: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
This commit is contained in:
Alexander Sulfrian
2021-08-26 04:53:06 +02:00
committed by Nuno Goncalves
parent 489e60de08
commit 7e241da2b7
3 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
config server
option enable '1'
# Set listen port
#option port ''
# Listen on IPv4
option ipv4 '1'
# Listen on IPv6
option ipv6 '1'