blob: fa0e5c731025c6b39d2d59d506bb3f43926c1af2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=VirtualHere Server
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/vhusbd -b -c /etc/virtualhere/config.ini
[Install]
WantedBy=multi-user.target
|