summaryrefslogtreecommitdiff
path: root/recipes-bsp/gpio-export/files/gpio-export.service
blob: 2dccc29619f3304e954345e3be6181cec641b723 (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/export-gpio.sh start
ExecStop=/usr/bin/export-gpio.sh stop

[Install]
WantedBy=basic.target