main/monit: monit creates its own pidfile, do not create with openrc

Resolves #15811
This commit is contained in:
Noah Zalev 2023-12-18 17:31:40 -05:00 committed by Jakub Jirutka
parent 0acb1d95ad
commit 65dbde780b
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=monit
pkgver=5.33.0
pkgrel=2
pkgrel=3
pkgdesc="Managing and monitoring on a UNIX system"
url="https://mmonit.com/monit/"
arch="all"
@ -52,6 +52,6 @@ package() {
sha512sums="
f84edfc03a7386bb712c3d1e1e74801c5deea596f533bd898f342c8435e4b9f4225ec24a4daee11c4d23a5742e9f8a9c666ebaa1ba56f13842ac7214d1d70d4f monit-5.33.0.tar.gz
549fda6dc92c2630152a29f5bb94d29a59abb06300e55eb93ed729758d73ed7dceaa2e9f491c9d33419920aef24c0360f865753be28af13a11216129529611ae fix-invalid-use-of-vfork.patch
cdc8bedc35a7d9cc1672edf78db286195d4a4959a39d20bd0e936f09bab7043424f029ca979d4729a2a0876481d3c97c933c1723fc4832dd98eb0b604b8277f0 monit.initd
05475c60ddfbf8690a83b83c4ec238d6c8e2f1b38ee076f323937d48bd447bb3d415302c23223f7fc0783476cedda81200ac6e08aa60512838f91ce359f3aaae monit.initd
0385a06684bae5f66585b7e1de732d9efcb3d13535e5410da85d0a04151ef0c9d8c28f862176a91e5ba769fca5ebab76e5423a8807709859a87314a513acee2d monit.confd
"

View File

@ -12,7 +12,6 @@ extra_started_commands="reload"
command="/usr/bin/monit"
command_args="-c $cfgfile"
command_args_foreground="-I"
pidfile="/run/$RC_SVCNAME.pid"
required_files="$cfgfile"