File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
source/legacy_components/ruby_sunstone Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,18 @@ The Sunstone configuration file can be found in ``/etc/one/sunstone-server.conf`
2020
2121 After a configuration change, the Sunstone server must be :ref: `restarted <sunstone_conf_service >` to take effect.
2222
23+ .. tip ::
24+
25+ If you update the ``tmpdir `` value make sure you add this new value to systemd's unit by running ``systemctl edit opennebula-sunstone.service ``,
26+ and adding in a new section at the empty top area:
27+
28+ .. code ::
29+
30+ [Service]
31+ ReadWriteDirectories=/path/to/new/tmp
32+
33+ where ``/path/to/new/tmp `` is the new value of ``tmpdir ``. Then run ``systemctl daemon-reload ``, and ``systemctl restart opennebula-sunstone ``
34+
2335+------------------------------------+-----------------------------------------------------------------------------------------------------+
2436| Parameter | Description |
2537+====================================+=====================================================================================================+
You can’t perform that action at this time.
0 commit comments