Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1) run our Installer to deploy Unimus (or Unimus Core) as normal for the initial deploy

2) Complete complete the Deploy Wizard and make sure Unimus properly functions

...

Code Block
languagetext
# /etc/systemd/system/unimus.service

[Unit]
# ... other config here
# ...

[Service]
# ... other config here
# ...
User=unimus-service

[Install]
# ... other config here
# ...

6) Restart restart Unimus and validate everything works

...