12 lines
311 B
SYSTEMD
12 lines
311 B
SYSTEMD
[Unit]
|
|
Description=[::SATS::] Install Process
|
|
Requires=sats-boot.service sats-dwc@wlan0.service
|
|
After=sats-boot.service sats-dwc@wlan0.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
User=pi
|
|
Group=pi
|
|
ExecStart=/bin/bash /service/sats-install
|
|
ExecStartPost=/usr/bin/sudo systemctl stop sats-dwc@wlan0.service |