shell-base/env/01-opt.path

5 lines
85 B
SYSTEMD

# include binaries in /optu
if [ -d "/opt/bin" ] ; then
PATH="/opt/bin:$PATH"
fi