[fix] from 2 commits above : forgot sats-boot.service
This commit is contained in:
parent
2ca4f7c211
commit
def9d80334
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=[::SATS::] Boot Process
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
User=pi
|
||||
Group=pi
|
||||
ExecStart=/bin/bash /service/sats-boot
|
Loading…
Reference in New Issue