xref: /openbmc/phosphor-gpio-monitor/phosphor-gpio-monitor@.service (revision 26373abe6bf30f90f4be723993838eb8caa1bd63)
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