find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \;

This commit is contained in:
Nico Schottelius 2019-12-31 11:29:08 +01:00
commit 7b6c02b3ab
68 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/sbin/openrc-run
name="$RC_SVCNAME"
pidfile="/var/run/${name}.pid"
command="$(which pipenv)"
command_args="run python ucloud.py api"
command_background="true"
directory="/root/ucloud"