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 | ||||
7 | ExecStart=/usr/bin/phosphor-gpio-monitor --path=${{DEVPATH}} --key=${{KEY}} --polarity=${{POLARITY}} --target=${{TARGET}} ${{EXTRA_ARGS}} |