Skip to content

Screen session isn't created for the server #119

@MaixGit

Description

@MaixGit

On the first launch of the server during the install, a screen is explicitly created for Pinecraft
su - $user -c "/usr/bin/screen -dmS Pinecraft ${instdir}server"

But when you start the server from ~/minecraft/server, there is no screen session for Pinecraft, so the stop script doesn't work, and the only way to safely stop the server is by typing stop into the minecraft console.

You can make a separate run script or run it manually with /usr/bin/screen -S Pinecraft ~/minecraft/server, but that's not ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions