mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
netdata: chown in systemd service with ':' iso '.'
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>
This commit is contained in:
@@ -7,7 +7,7 @@ After=network.target
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/bin/mkdir -p /var/log/netdata
|
||||
ExecStartPre=/bin/chown -R netdata.netdata /var/log/netdata
|
||||
ExecStartPre=/bin/chown -R netdata:netdata /var/log/netdata
|
||||
ExecStart=/usr/sbin/netdata -D -u netdata
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user