aboutsummaryrefslogtreecommitdiffstats
path: root/net-news/miniflux/files/miniflux.initd
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/miniflux/files/miniflux.initd')
-rw-r--r--net-news/miniflux/files/miniflux.initd19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-news/miniflux/files/miniflux.initd b/net-news/miniflux/files/miniflux.initd
deleted file mode 100644
index 4efc960..0000000
--- a/net-news/miniflux/files/miniflux.initd
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2020-2021 Gentoo Authors
-# 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"
-}