[fix] min bug fix service sats-install target executable
This commit is contained in:
parent
e38fabb784
commit
eca2a82f41
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=SATS Boot Process
|
Description=SATS Install Process
|
||||||
Requires=network-online.target
|
Requires=network-online.target
|
||||||
After=network-online.target network.target
|
After=network-online.target network.target
|
||||||
Before=sats-loop.service
|
Before=sats-loop.service
|
||||||
|
@ -9,7 +9,7 @@ Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
User=pi
|
User=pi
|
||||||
Group=pi
|
Group=pi
|
||||||
ExecStart=/bin/sh /home/pi/sats-install
|
ExecStart=/bin/sh /service/sats-install
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue