diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2020-09-23 11:24:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-22 22:25:52 -0700 |
commit | f9f8904623e5ca3ecea74e983f8d766a785097d4 (patch) | |
tree | 2c478b79a62650c4fc7a8d5d96b0e18ebe2fd108 /meta-oe/recipes-extended | |
parent | 2fcef1f4d35671e2e65de5863857087a25554c70 (diff) | |
download | meta-openembedded-f9f8904623e5ca3ecea74e983f8d766a785097d4.tar.gz |
smartmontools: Remove obsolete setting regarding the Standard Output
The Standard output type "syslog" is obsolete, causing a warning since systemd
version 246 [1].
Please consider using "journal" or "journal+console"
[1] https://github.com/systemd/systemd/blob/master/NEWS#L202
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/smartmontools/files/smartd.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/smartmontools/files/smartd.service b/meta-oe/recipes-extended/smartmontools/files/smartd.service index f3db946c8..e90a7c4de 100644 --- a/meta-oe/recipes-extended/smartmontools/files/smartd.service +++ b/meta-oe/recipes-extended/smartmontools/files/smartd.service | |||
@@ -6,7 +6,6 @@ After=syslog.target | |||
6 | EnvironmentFile=-@SYSCONFDIR@/smartmontools | 6 | EnvironmentFile=-@SYSCONFDIR@/smartmontools |
7 | ExecStart=@SBINDIR@/smartd -n $smart_opts | 7 | ExecStart=@SBINDIR@/smartd -n $smart_opts |
8 | ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID | 8 | ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID |
9 | StandardOutput=syslog | ||
10 | 9 | ||
11 | [Install] | 10 | [Install] |
12 | WantedBy=multi-user.target | 11 | WantedBy=multi-user.target |