Files
loki/loki@.service
Johannes Kastl fb715bf3b7 - Update to version 3.6.2:
* fix(deps): Loki 3.6.1 CVE updates (#20014)
  * docs: 3.5.8 Release Notes (backport release-3.6.x) (#19995)
  * docs: Release Notes 3.6.1 (backport release-3.6.x) (#19971)
  * docs: backport typo to 3.6 (#19967)
  * chore(docs): Fix link to helm chart values.yaml (backport release-3.6.x) (#19963)
  * chore(release-3.6.x): release 3.6.1 (#19953)

- Add support for instantiated services and a target to
  disable/restart all at the same time

- Update to version 3.6.1:
  * fix(docker): set WORKDIR to root in loki Dockerfiles (#19952)
  * fix(docker): missing permissions  to start docker (backport release-3.6.x) (#19948)
  * chore(k277): release 3.6.0 (#19686)

- add support for instantiated services

- Sync service files with upstream again

- Update to version 3.6.0:
  A new big feature and bugfix release
  For all the details see
  https://github.com/grafana/loki/releases/tag/v3.6.0

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/loki?expand=0&rev=60
2025-11-26 06:46:36 +00:00

33 lines
893 B
Desktop File

[Unit]
Description=Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system
Documentation=https://github.com/grafana/loki
After=network-online.target
Wants=network-online.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
User=loki
Environment=CONFIG_FILE=/etc/loki/%i.yaml
ExecStart=/usr/bin/loki -config.file=${CONFIG_FILE}
ExecReload=/bin/kill -HUP $MAINPID
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec = 120
TimeoutStopSec=120s
SendSIGKILL=no
Restart=always
RestartSec = 2
[Install]
WantedBy=loki.target