blob: 9a64002ec43fd62f0e55f5bc5e8c41a5fca622fb [file] [log] [blame]
Brad Bishop7e164be2016-08-08 08:53:13 -04001[Unit]
2Description=OpenPOWER Host%i Control
3Wants=mapper-wait@-org-openbmc-managers-System.service
4After=mapper-wait@-org-openbmc-managers-System.service
5
6[Service]
7Restart=always
Michael Tritz0ad3b1d2017-08-15 14:07:23 -05008ExecStart=/usr/bin/env control_host.exe
9SyslogIdentifier=control_host.exe
Brad Bishop7e164be2016-08-08 08:53:13 -040010Type=dbus
11BusName={BUSNAME}
12
13[Install]
14WantedBy={SYSTEMD_DEFAULT_TARGET}