#!/sbin/openrc-run # Copyright 2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { need 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" start_pre() { checkpath -q -d -o miniflux "/run/miniflux" }