fix sats-boot-process enable
This commit is contained in:
parent
798f1dd040
commit
feb73acf0d
|
@ -248,7 +248,7 @@ step7(){
|
|||
sudo chmod 770 /mnt/home/pi/sats-boot-process;
|
||||
|
||||
echo " (.) Emulate \`systemctl enable sats-boot-process\`";
|
||||
sudo ln -fs /lib/systemd/system/multi-user.target /mnt/etc/systemd/system/sats-boot-process.service;
|
||||
sudo ln -fs /lib/systemd/system/sats-boot-process.service /mnt/etc/systemd/system/multi-user.target.wants/sats-boot-process.service;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue