mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
net-im/meowlnir: new package, add 25.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
16
net-im/meowlnir/files/meowlnir.initd
Normal file
16
net-im/meowlnir/files/meowlnir.initd
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user