diff options
author | Wolfgang Müller | 2022-06-09 10:21:23 +0200 |
---|---|---|
committer | Wolfgang Müller | 2022-06-09 10:21:23 +0200 |
commit | 6f9808a3633533ec0bd45fc3001a08301cb14836 (patch) | |
tree | 297dcd2d05d122352df32246d7a69bd358ef4469 /net-news/miniflux/files | |
parent | a95e637c10fce776a034147c647f32c28e80e7d0 (diff) | |
download | pramantha-6f9808a3633533ec0bd45fc3001a08301cb14836.tar.gz |
Drop */miniflux
We now use the version in the upstream Gentoo repository instead.
Diffstat (limited to 'net-news/miniflux/files')
-rw-r--r-- | net-news/miniflux/files/miniflux.conf | 1 | ||||
-rw-r--r-- | net-news/miniflux/files/miniflux.initd | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/net-news/miniflux/files/miniflux.conf b/net-news/miniflux/files/miniflux.conf deleted file mode 100644 index d5b06c9..0000000 --- a/net-news/miniflux/files/miniflux.conf +++ /dev/null @@ -1 +0,0 @@ -DATABASE_URL=postgresql:///miniflux?sslmode=disable&host=/run/postgresql 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" -} |