[fix] min bug fix service sats-install target executable

This commit is contained in:
xdrm-brackets 2017-05-08 18:16:19 +02:00
parent e38fabb784
commit eca2a82f41
1 changed files with 2 additions and 2 deletions

View File

@ -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