diff options
| author | Frédéric Guillot <fred@miniflux.net> | 2020-03-28 17:51:33 -0700 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-29 17:27:14 +0000 |
| commit | bdb0410fc500e6e2bec7bb5a608e1ad5394e07b6 (patch) | |
| tree | 3edede6fb6d33f52a2046f2e72eaae0fe5928a3e /testing/miniflux/miniflux.initd | |
| parent | 33b943ea62705150e05a68bcb9f6b699a58187a2 (diff) | |
| download | aports-bdb0410fc500e6e2bec7bb5a608e1ad5394e07b6.tar.bz2 aports-bdb0410fc500e6e2bec7bb5a608e1ad5394e07b6.tar.xz | |
community/miniflux: move from testing
Diffstat (limited to 'testing/miniflux/miniflux.initd')
| -rw-r--r-- | testing/miniflux/miniflux.initd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/miniflux/miniflux.initd b/testing/miniflux/miniflux.initd deleted file mode 100644 index ee8c36f7a5..0000000000 --- a/testing/miniflux/miniflux.initd +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/openrc-run - -supervisor=supervise-daemon -name=miniflux -command="/usr/bin/$name" -command_args="$miniflux_opts" -command_user="miniflux:miniflux" -pidfile="/run/$name.pid" -start_stop_daemon_args="--stdout $miniflux_log_file --stderr $miniflux_log_file" - -depend() { - need net - after firewall -} - -start_pre() { - checkpath -f -m 0644 -o ${SVCNAME}:${SVCNAME} "$miniflux_log_file" - [ -f "/etc/conf.d/${RC_SVCNAME}" ] && checkpath --file --mode 0600 --owner root:root "/etc/conf.d/${RC_SVCNAME}" -} |
