summaryrefslogtreecommitdiff
path: root/www-apps/liquid_feedback_frontend/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-16 23:37:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-16 23:37:06 +0000
commitd228f661892a9e55a86f00c2c14625490631d797 (patch)
tree1ff5297945a5544ca5b30a9206eb788ab4c431d7 /www-apps/liquid_feedback_frontend/files
parent3b00f2d2f95f5d6ff01e71259eb94fa714a92232 (diff)
gentoo auto-resync : 16:02:2024 - 23:37:06
Diffstat (limited to 'www-apps/liquid_feedback_frontend/files')
-rw-r--r--www-apps/liquid_feedback_frontend/files/liquid_feedback_frontend.initd17
1 files changed, 17 insertions, 0 deletions
diff --git a/www-apps/liquid_feedback_frontend/files/liquid_feedback_frontend.initd b/www-apps/liquid_feedback_frontend/files/liquid_feedback_frontend.initd
new file mode 100644
index 000000000000..4ec5978c03d8
--- /dev/null
+++ b/www-apps/liquid_feedback_frontend/files/liquid_feedback_frontend.initd
@@ -0,0 +1,17 @@
+#!/sbin/openrc-run
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="liquid feedback daemon"
+description="Liquid Feedback Frontend"
+command=/usr/bin/moonbridge
+command_args="-l /var/log/liquid_feedback/lqfb.log /usr/lib/webmcp/bin/mcp.lua /usr/lib/webmcp /var/lib/liquid_feedback_frontend main myconfig"
+pidfile=/run/lqfb.pid
+command_user="apache:apache"
+command_background=true
+
+depend() {
+ need net
+ need postgresql
+ need liquid_feedback_core
+}