fix sats-boot-process enable

This commit is contained in:
xdrm-brackets 2017-01-25 19:24:42 +01:00
parent 798f1dd040
commit feb73acf0d
1 changed files with 1 additions and 1 deletions

View File

@ -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;