summaryrefslogtreecommitdiff
path: root/import-layers/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service')
-rw-r--r--import-layers/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/import-layers/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service b/import-layers/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service
deleted file mode 100644
index f3db946c81..0000000000
--- a/import-layers/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Self Monitoring and Reporting Technology (SMART) Daemon
-After=syslog.target
-
-[Service]
-EnvironmentFile=-@SYSCONFDIR@/smartmontools
-ExecStart=@SBINDIR@/smartd -n $smart_opts
-ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
-StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target