aboutsummaryrefslogtreecommitdiffstats
path: root/net-news/miniflux/files/miniflux.initd
diff options
context:
space:
mode:
authorWolfgang Müller2022-06-09 10:21:23 +0200
committerWolfgang Müller2022-06-09 10:21:23 +0200
commit6f9808a3633533ec0bd45fc3001a08301cb14836 (patch)
tree297dcd2d05d122352df32246d7a69bd358ef4469 /net-news/miniflux/files/miniflux.initd
parenta95e637c10fce776a034147c647f32c28e80e7d0 (diff)
downloadpramantha-6f9808a3633533ec0bd45fc3001a08301cb14836.tar.gz
Drop */miniflux
We now use the version in the upstream Gentoo repository instead.
Diffstat (limited to '')
-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"
-}