[Fixed] Error with `source` so sats-update launched with /bin/bash instead of /bin/sh
This commit is contained in:
parent
a975f6c85b
commit
10a40321e1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue