Start WIS as background process #106
ceinstaller
started this conversation in
General
Replies: 1 comment
-
As of commit c15a15a you can use the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I'm showing my ignorance of docker here, but how do I start the server as a background process? I tried:
sudo ./utils.sh run &
but it exited without starting the server. I tried looking at the shell script but it's over my head. Is there a way to fire it off using systemctl? (I'm running it on Ubuntu Server 22.04) For now I'm starting it in a putty session and just disconnecting. It works but it would be cool to have it as a service.
Thanks in advance,
~Mark
Beta Was this translation helpful? Give feedback.
All reactions