1[Unit]
2Description=Detect GPIO Present Manager
3After=phosphor-gpio-presence@.service
4Wants=phosphor-gpio-presence@.service
5
6[Service]
7ExecStart=/usr/bin/detect-gpio-present.sh
8Type=simple
9
10[Install]
11WantedBy=multi-user.target
12