Can now be installed to /opt and run as a openrc service

This commit is contained in:
Gogs
2026-04-09 14:08:06 +03:00
parent 7f42c04977
commit 0fcb3901d6
5 changed files with 66 additions and 0 deletions

10
run.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/env sh
path=$(dirname "$(realpath "$0")")
cd $path
source ./venv/bin/activate
python ./dyfi.py $@