new awesome build
This commit is contained in:
16
DOCS/General/openrc/ovpmon-profiler
Normal file
16
DOCS/General/openrc/ovpmon-profiler
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
name="ovpmon-profiler"
|
||||
description="OpenVPN Monitor Profiler Service (FastAPI)"
|
||||
supervisor="supervise-daemon"
|
||||
|
||||
: ${directory:="/opt/ovpmon/NEW_MODULES"}
|
||||
: ${command_user:="root"}
|
||||
|
||||
command="/opt/ovpmon/venv/bin/python"
|
||||
command_args="/opt/ovpmon/NEW_MODULES/main.py"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
after firewall
|
||||
}
|
||||
Reference in New Issue
Block a user