From eca2a82f418f9f0ad4e69a9374a840817110ff6b Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 8 May 2017 18:16:19 +0200 Subject: [PATCH] [fix] min bug fix service sats-install target executable --- clone/utility/sats-install.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clone/utility/sats-install.service b/clone/utility/sats-install.service index dce0877..e46e109 100644 --- a/clone/utility/sats-install.service +++ b/clone/utility/sats-install.service @@ -1,5 +1,5 @@ [Unit] -Description=SATS Boot Process +Description=SATS Install Process Requires=network-online.target After=network-online.target network.target Before=sats-loop.service @@ -9,7 +9,7 @@ Type=oneshot RemainAfterExit=yes User=pi Group=pi -ExecStart=/bin/sh /home/pi/sats-install +ExecStart=/bin/sh /service/sats-install [Install] WantedBy=multi-user.target \ No newline at end of file