WolfLink@sh.itjust.works to linuxmemes@lemmy.world · 22 hours agoEvery time I use podmansh.itjust.worksimagemessage-square131linkfedilinkarrow-up11
arrow-up11imageEvery time I use podmansh.itjust.worksWolfLink@sh.itjust.works to linuxmemes@lemmy.world · 22 hours agomessage-square131linkfedilink
minus-squarediaphragmwp@discuss.tchncs.delinkfedilinkEnglisharrow-up0·15 hours agoWhy would you use podman when you could #!/bin/ksh daemon_execdir="/home/etebase/src" daemon_logfile="/var/log/etebase" daemon="/home/etebase/pyenv/bin/uvicorn" daemon_flags="etebase_server.asgi:application --host 159.100.247.89 --port 8000" daemon_user="_etebase" . /etc/rc.d/rc.subr rc_bg=YES rc_reload=NO pexp="/home/etebase/pyenv/bin/python3 ${daemon} ${daemon_flags}" rc_start() { rc_exec ". ~/.profile; ${daemon} ${daemon_flags} >> ${daemon_logfile} 2>&1" } rc_cmd $1
minus-squareCIA_chatbot@lemmy.worldlinkfedilinkarrow-up0·11 hours agoOh why you gotta talk so dirty to this little chatbot
minus-squarebeernutz@lemmy.ziplinkfedilinkarrow-up0·11 hours agoDid you mean rc_start $1 as the last line of that script?
Why would you use podman when you could
Oh why you gotta talk so dirty to this little chatbot
Did you mean rc_start $1 as the last line of that script?