A perl daemon which sends structured logs from the Journal to a Gelf HTTP endpoint (made for Graylog)
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

22 行
428 B

[Unit]
Description=Systemd Journal GEL HTTP uploader
[Service]
Type=simple
User=systemd-journal-gelf
Group=adm
ExecStart=/usr/local/bin/systemd-journal-gelf -c /etc/systemd/journal-gelf.yml
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
NoNewPrivileges=yes
MemoryLimit=200M
SyslogIdentifier=systemd-journal-gelf
Restart=on-failure
StartLimitInterval=0
RestartSec=30
[Install]
WantedBy=multi-user.target