brenoepics / morningstar

An open-source Arcturus Community Fork.
GNU General Public License v3.0
3 stars 2 forks source link

Run the emulator as service in Linux - [closed] #1477

Closed brenoepics closed 1 year ago

brenoepics commented 2 years ago

In GitLab by @duckietm on Sep 23, 2021, 11:27

Merges dev -> dev

Due to the TTY input in the emulator you are not able to run the emulator as a service nor using the nohup java command, you can however run it in a different screen wich is not ideal. With this small change you can enable or disable in the database the TTY imput prompt allowing you to run this as a service.

update the boolean from public to private