1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

www/tt-rss: make the rc script service jails aware

PR:		279667
Approved by:	maintainer
This commit is contained in:
Alexander Leidinger 2024-06-12 08:39:45 +02:00
parent 97443dc67f
commit d668aa5534
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= tt-rss
PORTVERSION= g20240421
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

View File

@ -17,6 +17,8 @@
name="ttrssd"
rcvar=ttrssd_enable
: ${ttrssd_svcj_options:="net_basic"}
# read settings, set default values
load_rc_config "${name}"
: ${ttrssd_enable="NO"}