Bug 279668

Summary: www/tt-rss: make the rc script service jails aware
Product: Ports & Packages Reporter: Alexander Leidinger <netchild>
Component: Individual Port(s)Assignee: Alexander Leidinger <netchild>
Status: Closed DUPLICATE    
Severity: Affects Only Me CC: dereks
Priority: --- Flags: bugzilla: maintainer-feedback? (dereks)
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexander Leidinger freebsd_committer freebsd_triage 2024-06-11 08:07:43 UTC
Hi,

attached is a mechanical patch (untested) which makes the rc.d script service jails ready. This is a new feature in -current.

The setup I've chosen is to allow ipv4/ipv6 access. It does not allow to use sysv IPC in a jail. IF you want to add this possibility, the config would need to be changed to "net_basic sysvipc" instead. The config can be overridden in rc.conf.

See also:
  https://docs.freebsd.org/en/books/handbook/jails/#service-jails
  https://docs.freebsd.org/en/articles/rc-scripting/#rcng-service-jails

Bye,
Alexander.
Comment 1 Alexander Leidinger freebsd_committer freebsd_triage 2024-06-11 08:25:31 UTC

*** This bug has been marked as a duplicate of bug 279667 ***