#!/sbin/openrc-run# Copyright 2023 Gentoo Authors# Distributed under the terms of the GNU General Public License v2# shellcheck shell=shcommand="/usr/bin/mastoposter"command_args="${MASTOPOSTER_CONFIG_FILE:=/etc/mastoposter/config.ini}"command_background=1pidfile="/run/${RC_SVCNAME}.pid"output_log="/var/log/${RC_SVCNAME}.log"error_log="${output_log}"depend(){neednet}