This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
DevicePolicy=closed
-
EnvironmentFile=-/etc/sysconfig/loki
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/loki --config.file=/usr/cmd/loki/loki-local-config.yaml
-
ExecStart=/usr/bin/loki -boltdb.dir /var/lib/loki/index -local.chunk-directory /var/lib/loki/chunks -config.file /etc/loki/loki.yaml
-
ExecStart=/usr/bin/loki -config.file=${CONFIG_FILE}
-
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
ProtectSystem
Introduced in systemd 214=strict -
ReadWritePaths=/var/lib/loki
-
Restart=always
-
Restart=on-failure
-
RestrictRealtime
Introduced in systemd 231=yes -
SendSIGKILL=no
-
TimeoutStopSec
Introduced in systemd 188=20s -
TimeoutStopSec
Introduced in systemd 188=30s -
Type=simple
-
User=loki
-
WorkingDirectory=/var/lib/loki
-
-
[Unit]
-
After=network.target
-
Description=Loki Service Daemon
-
Description=Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system
-
Documentation=https://github.com/grafana/loki
-
Documentation=https://grafana.com/docs/loki/latest/
-
Additionnal notes
Nothing here.