10 lines
182 B
SYSTEMD
10 lines
182 B
SYSTEMD
|
[Unit]
|
||
|
Description=Configure IO Expander pullups and load device tree overlays
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/home/pi/trespassed/startup.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|