1[Unit]
2Description=Phosphor GPIO %I monitor
3
4[Service]
5Restart=always
6RestartSec=5
7EnvironmentFile=/etc/default/obmc/gpio/%I
8ExecStart=/usr/bin/phosphor-gpio-monitor --path=${DEVPATH} --key=${KEY} --polarity=${POLARITY} --target=${TARGET} ${EXTRA_ARGS}
9