#!/sbin/openrc-run # Copyright 2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { after postgresql } command="/usr/bin/miniflux" command_args="-c /etc/miniflux/miniflux.conf" command_background="yes" command_user="miniflux" description="miniflux feed reader" pidfile="/run/miniflux.pid"