From 2050e9e1c11ecf357380e5a0e92a256769237a95 Mon Sep 17 00:00:00 2001 From: kirillius Date: Thu, 26 Dec 2024 12:07:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20op?= =?UTF-8?q?enrc=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/webui | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/webui diff --git a/bin/webui b/bin/webui new file mode 100644 index 0000000..db03710 --- /dev/null +++ b/bin/webui @@ -0,0 +1,4 @@ +#!/sbin/openrc-run +command="/opt/protected-resources-list/bin/webui-server" +command_background=true +pidfile="/run/${RC_SVCNAME}.pid" \ No newline at end of file