diff options
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 |