File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / smartmontools / smartd.service.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:36:45 2012 UTC (11 years, 8 months ago) by misho
Branches: smartmontools, elwix, MAIN
CVS tags: v6_2, v6_1p0, v6_1, v5_43, 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: ExecReload=/bin/kill -HUP $MAINPID
    9: StandardOutput=syslog
   10: 
   11: [Install]
   12: WantedBy=multi-user.target

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