mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-23 17:34:17 +03:00
66653b0602
* Added spec file to create rpm (more work needs to be done) * Making compatible Linux Actor with RH based distros * A lot of work :)
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
FOLDER=/usr/share/UDSActor
|
|
|
|
cd $FOLDER
|
|
python -m udsactor.linux.UDSActorService $@
|