This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CacheDirectory=promtail
-
CapabilityBoundingSet=
-
EnvironmentFile=-/etc/sysconfig/promtail
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/promtail -config.file=${CONFIG_FILE}
-
ExecStart=/usr/bin/promtail -config.file=promtail-config.json
-
ExecStart=/usr/bin/promtail -positions.file /var/lib/promtail/positions.yml -config.file /etc/loki/promtail.yaml
-
Group=promtail
-
LimitNOFILE=65536
-
LockPersonality
Introduced in systemd 235=yes -
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateMounts=yes
-
PrivateTmp=yes
-
PrivateUsers=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/promtail
-
Restart=always
-
Restart=on-failure
-
RestrictRealtime
Introduced in systemd 231=yes -
RestrictSUIDSGID
Introduced in systemd 242=yes -
SendSIGKILL=no
-
SystemCallArchitectures=native
-
SystemCallFilter=@system-service
-
TimeoutStopSec
Introduced in systemd 188=10 -
TimeoutStopSec
Introduced in systemd 188=20s -
TimeoutStopSec
Introduced in systemd 188=30s -
Type=simple
-
User=promtail
-
User=root
-
-
[Unit]
-
After=network-online.target
-
Description=Promtail log ingress
-
Description=promtail is the agent responsible for gathering logs and sending them to Loki.
-
Documentation=https://github.com/grafana/loki/blob/master/docs/promtail.md
-
Documentation=https://grafana.com/docs/loki/latest/clients/promtail/
-
Requires=network-online.target
-
Additionnal notes
Nothing here.