Skip to content

Commit

Permalink
fix syslinks to logs (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer authored Sep 2, 2023
1 parent aeac0d6 commit 3ea68cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stage-finalize/01-service-start/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ su -c "systemctl --user preset-all" --login ovos

su -c "ln -s /ramdisk/mycroft/audio.log /home/ovos/.local/state/mycroft/" --login ovos
su -c "ln -s /ramdisk/mycroft/bus.log /home/ovos/.local/state/mycroft/" --login ovos
su -c "ln -s /ramdisk/mycroft/ovos.log /home/ovos/.local/state/mycroft/" --login ovos
su -c "ln -s /ramdisk/mycroft/phal_admin.log /home/ovos/.local/state/mycroft/" --login ovos
su -c "ln -s /ramdisk/mycroft/phal.log /home/ovos/.local/state/mycroft/" --login ovos
su -c "ln -s /ramdisk/mycroft/skills.log /home/ovos/.local/state/mycroft/" --login ovos
su -c "ln -s /ramdisk/mycroft/voice.log /home/ovos/.local/state/mycroft/" --login ovos

0 comments on commit 3ea68cb

Please sign in to comment.