Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=OpenPOWER Host%i Control |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 3 | |
| 4 | [Service] |
| 5 | Restart=always |
Michael Tritz | fbd81be | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 6 | ExecStart=/usr/bin/env control_host.exe |
| 7 | SyslogIdentifier=control_host.exe |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 8 | Type=dbus |
| 9 | BusName={BUSNAME} |
| 10 | |
| 11 | [Install] |
Patrick Venture | d607cfb | 2019-04-04 12:15:22 -0700 | [diff] [blame] | 12 | WantedBy=multi-user.target |