net-im/meowlnir: new package, add 25.11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-12-07 20:28:10 +05:00
parent e35ca75df6
commit af013b8e94
4 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/sbin/openrc-run
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# shellcheck shell=sh
supervisor="supervise-daemon"
command="/usr/bin/meowlnir"
command_args="-c ${MEOWLNIR_CONF:-/etc/meowlnir/config.yaml} ${MEOWLNIR_ARGS}"
command_user="meowlnir:meowlnir"
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
use dns postgresql
need net
}