[Fixed] Error with `source` so sats-update launched with /bin/bash instead of /bin/sh

This commit is contained in:
xdrm-brackets 2017-02-17 18:37:10 +01:00
parent a975f6c85b
commit 10a40321e1
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ Requires=network-online.target network.target sats-loop.service sats-boot.servic
Type=oneshot Type=oneshot
User=sats User=sats
Group=sats Group=sats
ExecStart=/bin/sh /home/sats/satsd/sats-loop update ExecStart=/bin/bash /home/sats/satsd/sats-loop update