xref: /openbmc/phosphor-gpio-monitor/phosphor-gpio-monitor@.service (revision 43dd2d8a025ca9f3df4dd58dd7e4ecf6fa1b6634)
1[Unit]
2Description=Phosphor GPIO %I monitor
3
4[Service]
5Restart=no
6EnvironmentFile=/etc/default/obmc/gpio/%I
7ExecStart=/usr/bin/phosphor-gpio-monitor --path=${DEVPATH} --key=${KEY} --polarity=${POLARITY} --target=${TARGET} ${EXTRA_ARGS}
8