diff options
author | Wynn Wolf Arbor | 2020-03-22 12:47:38 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-03-22 12:47:38 +0100 |
commit | 8ee1011e63c6619692762d03cc053913cf090948 (patch) | |
tree | 3e2fedf289127113f80dee5c32e6b2aa95efb00f /net-news/miniflux/files | |
parent | 554e4d928e28ff5f9e52ce4b6657e530eb77c9df (diff) | |
download | pramantha-8ee1011e63c6619692762d03cc053913cf090948.tar.gz |
net-news/miniflux: Bump to -r2
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to 'net-news/miniflux/files')
-rwxr-xr-x | net-news/miniflux/files/miniflux.initd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-news/miniflux/files/miniflux.initd b/net-news/miniflux/files/miniflux.initd index adc6c0b..317849c 100755 --- a/net-news/miniflux/files/miniflux.initd +++ b/net-news/miniflux/files/miniflux.initd @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 depend() { - after postgresql + need postgresql } command="/usr/bin/miniflux" @@ -13,3 +13,7 @@ command_background="yes" command_user="miniflux" description="miniflux feed reader" pidfile="/run/miniflux.pid" + +start_pre() { + checkpath -q -d -o miniflux "/run/miniflux" +} |