Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/legacy_components/ruby_sunstone/sunstone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ The Sunstone configuration file can be found in ``/etc/one/sunstone-server.conf`

After a configuration change, the Sunstone server must be :ref:`restarted <sunstone_conf_service>` to take effect.

.. tip::

If you update the ``tmpdir`` value make sure you add this new value to systemd's unit by running ``systemctl edit opennebula-sunstone.service``,
and adding in a new section at the empty top area:

.. code::

[Service]
ReadWriteDirectories=/path/to/new/tmp

where ``/path/to/new/tmp`` is the new value of ``tmpdir``. Then run ``systemctl daemon-reload``, and ``systemctl restart opennebula-sunstone``

+------------------------------------+-----------------------------------------------------------------------------------------------------+
| Parameter | Description |
+====================================+=====================================================================================================+
Expand Down