mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-05 22:40:11 +00:00
There was a warning in the systemd journaling about it. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
348 B
Desktop File
16 lines
348 B
Desktop File
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
[Unit]
|
|
Description=Real time performance monitoring
|
|
RequiresMountsFor=/var
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/bin/mkdir -p /var/log/netdata
|
|
ExecStartPre=/bin/chown -R netdata:netdata /var/log/netdata
|
|
ExecStart=/usr/sbin/netdata -D -u netdata
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|