14 lines
290 B
Desktop File
14 lines
290 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Phosphor Power%i Control
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
EnvironmentFile={envfiledir}/obmc/power_control
|
||
|
|
Restart=always
|
||
|
|
ExecStart=/usr/bin/env power_control.exe $POLL_INTERVAL $PGOOD_TIMEOUT
|
||
|
|
SyslogIdentifier=power_control.exe
|
||
|
|
Type=dbus
|
||
|
|
BusName={BUSNAME}
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|