File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / smartmontools / smartd.service.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:32:16 2012 UTC (12 years, 4 months ago) by misho
Branches: smartmontools, elwix, MAIN
CVS tags: v5_42, HEAD
smartmontools

    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>