1*617c0b71SLei YU# This service shall be started with two arguments: 2*617c0b71SLei YU# * The PSU inventory DBus object 3*617c0b71SLei YU# * The path of the PSU images 4*617c0b71SLei YU# E.g. 5*617c0b71SLei YU# "psu-update@-xyz-openbmc_project-inventory-system-chassis-motherboard-powersupply0\x20-tmp-image-abcdefg.service" 6*617c0b71SLei YU# expands to 7*617c0b71SLei YU# /bin/echo To update /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 /tmp/image/abcdefg 8*617c0b71SLei YU 9*617c0b71SLei YU[Unit] 10*617c0b71SLei YUDescription=Update PSU %I 11*617c0b71SLei YU 12*617c0b71SLei YU[Service] 13*617c0b71SLei YUType=oneshot 14*617c0b71SLei YURemainAfterExit=no 15*617c0b71SLei YUEnvironment="ARGS=%I" 16*617c0b71SLei YUExecStart=/bin/echo To update $ARGS 17*617c0b71SLei YUExecStart=/bin/false 18