This unit is provided by:
Options
- 
    [Install]
- 
    [Service]- 
        EnvironmentFile=/etc/default/watchdog
- 
        ExecStart=/bin/sh -c '[ $run_watchdog != 1 ] || exec /usr/sbin/watchdog $watchdog_options'
- 
        ExecStart=/usr/sbin/watchdog
- 
        ExecStartPre=/bin/sh -c '[ -z "${watchdog_module}" ] || [ "${watchdog_module}" = "none" ] || /sbin/modprobe $watchdog_module'
- 
        ExecStopPost=/bin/sh -c '[ $run_wd_keepalive != 1 ] || false'
- 
        Type=forking
 
- 
        
- 
    [Unit]- 
        After=multi-user.target
- 
        Conflicts=wd_keepalive.service
- 
        Description=watchdog daemon
- 
        OnFailure=wd_keepalive.service
 
- 
        
Additionnal notes
Nothing here.