This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
AmbientCapabilities=CAP_NET_RAW
-
EnvironmentFile=-/etc/default/telegraf
-
EnvironmentFile=secrets
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecReload=/usr/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/telegraf -config /etc/telegraf/telegraf.conf -config-directory /etc/telegraf/telegraf.d $TELEGRAF_OPTS
-
ExecStart=/usr/bin/telegraf -config /var/run/telegraf/config.toml
-
ExecStartPre=pre-start
-
Group=telegraf
-
KillMode=control-group
-
PrivateDevices
Introduced in systemd 209=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 -
Restart=on-failure
-
RestartForceExitStatus=SIGPIPE
-
RestrictRealtime
Introduced in systemd 231=yes -
RuntimeDirectory=telegraf
-
Type=notify
-
User=telegraf
-
-
[Unit]
-
After=network-online.target
-
Description=Telegraf
-
Description=Telegraf Agent
-
Documentation=https://github.com/influxdata/telegraf
-
Wants=network-online.target
-
Additionnal notes
Nothing here.