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