flashgnash@lemm.ee to Linux@lemmy.ml · 1 year agoMost of us hate Microsoft, and yet many of us use VSCodemessage-squaremessage-square448fedilinkarrow-up1426arrow-down150file-text
arrow-up1376arrow-down1message-squareMost of us hate Microsoft, and yet many of us use VSCodeflashgnash@lemm.ee to Linux@lemmy.ml · 1 year agomessage-square448fedilinkfile-text
minus-squareflashgnash@lemm.eeOPlinkfedilinkarrow-up1arrow-down1·1 year agoAnother option for Minecraft is daemonizing the process (ctrl+X in terminal, bg, then some command to disown it from your shell that I can’t remember)
minus-squarepythonoob@programming.devlinkfedilinkarrow-up1·1 year agoIs this different from it running as a service?
minus-squareflashgnash@lemm.eeOPlinkfedilinkarrow-up1·1 year agoYeah, running as a service is generally better as it auto restarts it the machine reboots but daemonizing just means having it run without a shell attached I believe
Another option for Minecraft is daemonizing the process (ctrl+X in terminal, bg, then some command to disown it from your shell that I can’t remember)
Is this different from it running as a service?
Yeah, running as a service is generally better as it auto restarts it the machine reboots but daemonizing just means having it run without a shell attached I believe