summaryrefslogtreecommitdiff
path: root/smartd.service
diff options
context:
space:
mode:
Diffstat (limited to 'smartd.service')
-rw-r--r--smartd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/smartd.service b/smartd.service
new file mode 100644
index 0000000..b02f9cc
--- /dev/null
+++ b/smartd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Self Monitoring and Reporting Technology (SMART) Daemon
+After=syslog.target
+
+[Service]
+ExecStart=/usr/sbin/smartd -n
+
+[Install]
+WantedBy=multi-user.target