forked from shaba/openuds
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 $@
|