Page tree

Versions Compared

Key

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

...

  • when running as non-root, Network Scan will NOT not work
  • when running as non-root, Device Ping in Device CLI Console will not work

...

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

...