WolfLink@sh.itjust.works to linuxmemes@lemmy.world · 20 hours agoEvery time I use podmansh.itjust.worksimagemessage-square70fedilinkarrow-up1343arrow-down126
arrow-up1317arrow-down1imageEvery time I use podmansh.itjust.worksWolfLink@sh.itjust.works to linuxmemes@lemmy.world · 20 hours agomessage-square70fedilink
minus-squarediaphragmwp@discuss.tchncs.delinkfedilinkEnglisharrow-up7·13 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-up1·8 hours agoOh why you gotta talk so dirty to this little chatbot
minus-squarebeernutz@lemmy.ziplinkfedilinkarrow-up1·9 hours agoDid you mean rc_start $1 as the last line of that script?
minus-squarediaphragmwp@discuss.tchncs.delinkfedilinkEnglisharrow-up1·8 hours agoIdk, I was lazy and copied from here instead of going to one of my actual OpenBSD installations and checking. Could be different on other BSD style inits.
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?
Idk, I was lazy and copied from here instead of going to one of my actual OpenBSD installations and checking. Could be different on other BSD style inits.