From 212f05eeeb66c8f674575e5e1b457721c69956bc Mon Sep 17 00:00:00 2001 From: xavye Date: Tue, 3 Feb 2026 12:16:23 +0000 Subject: [PATCH] Actualiser opencloud/install.md --- opencloud/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opencloud/install.md b/opencloud/install.md index 8658dad..73740cf 100644 --- a/opencloud/install.md +++ b/opencloud/install.md @@ -79,7 +79,7 @@ We will then later change it to the actual domain.
nano/etc/systemd/system/opencloud.service
with the contents: -
[Unit]
+
[Unit]
 Description=OpenCloud Service
 After=network.target
 
@@ -97,8 +97,8 @@ StandardOutput=journal
 StandardError=journal
 
 [Install]
-WantedBy=multi-user.target
-
+WantedBy=multi-user.target
+

Don’t start the service yet!

First we need to initialize opencloud, it also needs to use our .env file for the init to create the files in the correct places.

sudo -u opencloud env $(cat /mnt/dietpi_userdata/opencloud/config/config.env | xargs) /opt/opencloud/opencloud init