1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/loki/pkg-plist
Eren Türkay b16c0ca7d0 sysutils/loki: add promtail rc.d script
Promtail is a log reader and it can be run as a service to gather the
logs to be sent to remote loki server. For nodes that need to send logs
only, promtail service and configuration file is needed

PR:		274194, 274473
Signed-off-by:	Christopher Beppler <freebsd@funzi.org>
Approved by:	Chirstopher Beppler <freebsd@funzi.org> (maintainer)
2023-10-19 03:07:26 -04:00

18 lines
300 B
Plaintext

bin/loki
bin/loki-canary
bin/logcli
bin/promtail
@sample etc/loki.yaml.sample
@sample etc/promtail.yaml.sample
@owner %%LOKI_USER%%
@group %%LOKI_GROUP%%
@mode 750
@dir %%LOKI_DATADIR%%
@dir %%LOKI_DATADIR%%/rules-temp
@owner %%PROMTAIL_USER%%
@mode 750
@dir %%PROMTAIL_DATADIR%%
@mode
@group
@owner