Replies: 1 comment 1 reply
-
Is there a reason you are trying to use systemd? Docker usually already runs as a service on a machine so there isn't a need to use systemd, unless your docker install was somehow set to not have the service automatically start at boot. If you are trying to have WIS run automatically in docker when it comes up, you can add the -d option to your utils.sh command, like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone have thoughts on what user should be used for running the WIS via systemd? My current unit file looks like this:
Would using the "nobody" user be better? What would be the issue with using:
Does anyone have a better idea or thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions