blob: e279169405be95cf707aa2e3b567377593594da5 [file] [log] [blame]
Brad Bishop26373ab2019-09-19 17:18:57 -04001[Unit]
2Description=Phosphor GPIO %I monitor
Alvin Wang58dc2772019-11-06 13:35:13 +08003Requires=dev-platform_gpio_keys.device
4After=dev-platform_gpio_keys.device
5Requires=dev-platform_gpio_keys_polled.device
6After=dev-platform_gpio_keys_polled.device
Brad Bishop26373ab2019-09-19 17:18:57 -04007
8[Service]
9Restart=no
10EnvironmentFile=/etc/default/obmc/gpio/%I
Brad Bishop166ef2d2019-11-01 09:50:36 -040011ExecStart=/usr/bin/phosphor-gpio-monitor --path=${DEVPATH} --key=${KEY} --polarity=${POLARITY} --target=${TARGET} ${EXTRA_ARGS}