13 lines
210 B
Desktop File
13 lines
210 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=OpenPOWER Host%i Control
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Restart=always
|
||
|
|
ExecStart=/usr/bin/env control_host.exe
|
||
|
|
SyslogIdentifier=control_host.exe
|
||
|
|
Type=dbus
|
||
|
|
BusName={BUSNAME}
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|