Annotation of embedaddon/smartmontools/smartd.service.in, revision 1.1.1.1

1.1       misho       1: [Unit]
                      2: Description=Self Monitoring and Reporting Technology (SMART) Daemon
                      3: After=syslog.target
                      4: 
                      5: [Service]
                      6: EnvironmentFile=/usr/local/etc/sysconfig/smartmontools
                      7: ExecStart=/usr/local/sbin/smartd -n $smartd_opts
                      8: 
                      9: [Install]
                     10: WantedBy=multi-user.target

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>