Brad Bishop | 26373ab | 2019-09-19 17:18:57 -0400 | [diff] [blame] | 1 | [Unit] |
2 | Description=Phosphor GPIO %I monitor | ||||
3 | |||||
4 | [Service] | ||||
5 | Restart=no | ||||
6 | EnvironmentFile=/etc/default/obmc/gpio/%I | ||||
Brad Bishop | 166ef2d | 2019-11-01 09:50:36 -0400 | [diff] [blame] | 7 | ExecStart=/usr/bin/phosphor-gpio-monitor --path=${DEVPATH} --key=${KEY} --polarity=${POLARITY} --target=${TARGET} ${EXTRA_ARGS} |