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
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        Restart=on-failure
- 
        RestartForceExitStatus=SIGPIPE
- 
        RestrictRealtimeIntroduced 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.