summaryrefslogtreecommitdiff
path: root/recipes-bsp/gpio-export/files/gpio-export.service
blob: 2dba716b261811e31bc902dd373120f072f1ccc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Export GPIOs to user space
DefaultDependencies=no

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/gpio-export.sh start
ExecStop=/usr/bin/gpio-export.sh stop

[Install]
WantedBy=basic.target