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] | ||||
12 | WantedBy={SYSTEMD_DEFAULT_TARGET} |