summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.service
blob: 9731ee388302397350c4ad22f9cb557113dca1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Detect GPIO Present Manager
After=phosphor-gpio-presence@.service
Requires=phosphor-gpio-presence@.service

[Service]
ExecStart=/usr/bin/detect-gpio-present.sh
StandardOutput=syslog
Type=simple

[Install]
WantedBy=multi-user.target