Skip to content

Commit

Permalink
🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 25, 2024
1 parent 4fa9d49 commit 9f4d984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_ramdisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set -e

# Create a ramdisk
echo "tmpfs /ramdisk tmpfs rw,nodev,nosuid,size=20M 0 0" >> "/etc/fstab"
mkdir -p /home/$USER/.local/state/mycroft/
ln -s /ramdisk/mycroft/audio.log /home/$USER/.local/state/mycroft/
ln -s /ramdisk/mycroft/bus.log /home/$USER/.local/state/mycroft/
ln -s /ramdisk/mycroft/gui.log /home/$USER/.local/state/mycroft/
Expand Down

0 comments on commit 9f4d984

Please sign in to comment.