flashgnash to Linux@lemmy.ml · 1 year agoMost of us hate Microsoft, and yet many of us use VSCodemessage-squaremessage-square474fedilinkarrow-up1451arrow-down151file-text
arrow-up1400arrow-down1message-squareMost of us hate Microsoft, and yet many of us use VSCodeflashgnash to Linux@lemmy.ml · 1 year agomessage-square474fedilinkfile-text
minus-squareflashgnashOPlinkfedilinkarrow-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-squareflashgnashOPlinkfedilinkarrow-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