bmc-watchdog.service 211 B

123456789101112
  1. [Unit]
  2. Description=BMC Watchdog Timer Daemon
  3. After=network.target
  4. [Service]
  5. Type=forking
  6. EnvironmentFile=-/etc/conf.d/bmc-watchdog
  7. ExecStart=/usr/bin/bmc-watchdog $OPTIONS
  8. [Install]
  9. WantedBy=multi-user.target