mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +03:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
FOLDER=/usr/share/UDSActor
|
|
|
|
cd $FOLDER
|
|
exec python3 -m udsactor.linux.UDSActorService $@
|