Ticket #194: smartd.service.in.patch

File smartd.service.in.patch, 411 bytes (added by mstapelberg, 13 years ago)

Patch which adds ExecReload=, StandardOutput=

  • smartd.service.in

    old new  
    33After=syslog.target
    44
    55[Service]
    6 EnvironmentFile=/usr/local/etc/sysconfig/smartmontools
    7 ExecStart=/usr/local/sbin/smartd -n $smartd_opts
     6ExecStart=/usr/local/sbin/smartd -n
     7ExecReload=/bin/kill -HUP $MAINPID
     8StandardOutput=syslog
    89
    910[Install]
    1011WantedBy=multi-user.target