mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/testing/opensips: start service after firewall
This commit is contained in:
parent
6611b8cde3
commit
3ae0a67fc9
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=opensips
|
||||
pkgver=1.5.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Flexible and customizable sip routing engine"
|
||||
url="http://www.opensips.org/"
|
||||
license="GPL"
|
||||
@ -34,4 +34,4 @@ build() {
|
||||
md5sums="ba99592a6e42e8b4dc2d38964420dfec opensips-1.5.0-notls_src.tar.gz
|
||||
3a8a5d3c4c23ce9f2fc60b449ad61820 opensips.pre-install
|
||||
d9b551148d2b60466c05b4295b935091 opensips.post-install
|
||||
6606574b4872cbc5114e490f962ca096 opensips.initd"
|
||||
7fb51d35517f7f10cfe6e89139f7060a opensips.initd"
|
||||
|
||||
@ -5,6 +5,7 @@ pidfile=/var/run/opensips/opensips.pid
|
||||
|
||||
depend() {
|
||||
need net
|
||||
after firewall
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user