13 lines
355 B
Desktop File
13 lines
355 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Power Sequencer Power-on Monitor
|
||
|
|
Wants=obmc-power-start@0.service
|
||
|
|
After=obmc-power-start@0.service
|
||
|
|
Wants=power-workarounds@0.service
|
||
|
|
After=power-workarounds@0.service
|
||
|
|
Conflicts=obmc-chassis-poweroff@0.target
|
||
|
|
ConditionPathExists=!/run/openbmc/chassis@0-on
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/bin/pseq-monitor -a pgood-monitor -i 5000
|