Files
guru/net-nntp/inn/files/ovdb.initd
Anna (cybertailor) Vyalkova d6482d5f54 net-nntp/inn: revbump
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-01-06 19:10:03 +05:00

17 lines
404 B
Plaintext

#!/sbin/openrc-run
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command=/opt/inn/bin/ovdb_init
pidfile=/run/news/ovdb_server.pid
stop() {
ebegin "Stopping ovdb_server"
start-stop-daemon --stop --pidfile /run/news/ovdb_server.pid
eend $?
ebegin "Stopping ovdb_monitor"
start-stop-daemon --stop --pidfile /run/news/ovdb_monitor.pid
ewend $?
}