Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Stop Watchdog%i |
| 3 | Wants=mapper-wait@-org-openbmc-watchdog-host%i.service |
| 4 | After=mapper-wait@-org-openbmc-watchdog-host%i.service |
Josh D. King | a283e07 | 2017-04-06 15:56:37 -0500 | [diff] [blame] | 5 | Conflicts=obmc-host-start@%i.target |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 6 | |
| 7 | [Service] |
| 8 | Type=oneshot |
| 9 | RemainAfterExit=yes |
| 10 | ExecStart={sbindir}/mapper call /org/openbmc/watchdog/host%i org.openbmc.Watchdog stop |
| 11 | |
| 12 | [Install] |
Josh D. King | a283e07 | 2017-04-06 15:56:37 -0500 | [diff] [blame] | 13 | WantedBy=obmc-host-stop@%i.target |