Skip to content

Commit

Permalink
speed up python loading
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnotoad committed Dec 8, 2022
1 parent 6a27f57 commit f97de35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/fischertechnik/TXT/rootfs/etc/init.d/S90launcher
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ fi
# ENABLE VNC AT YOUR OWN RISK by uncommenting the next line
#export DISPLAY="multi: ${DISPLAY} VNC:0"

export PYTHONPYCACHEPREFIX=/home/ftc/.pycache

start() {
printf "Starting $NAME: "
start-stop-daemon --start -c ftc --background --make-pidfile --pidfile $PIDFILE \
Expand Down

0 comments on commit f97de35

Please sign in to comment.