Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
guide/seeder: Add tips for systemd files
stellarmagnet committed 10 months ago
commit ebb9b8f84c7f63ca76d4037278e08d885cd88fcb
parent a82b388
1 file changed +9 -3
modified _guides/seeder.md
@@ -395,9 +395,10 @@ be found by `systemctl`:
Make sure it fits your needs by editing the file directly, or creating an
override using `systemctl edit`.

-
> The`systemd` unit should be configured to run your node process as the `seed`
-
> user, for security reasons. This is already the case in the above service
-
> file.
+
> The downloaded `systemd` unit file is configured to run your node process
+
> as the `seed` user and group, for security reasons. If you set up a different
+
> user or group name, or set a passphrase during `rad auth`, you will have to
+
> make edits to this file before proceeding.

When you're ready, you can **enable** and **run** the service:

@@ -490,6 +491,11 @@ file for the daemon:
Make sure it fits your needs by editing the file directly, or creating an
override using `systemctl edit`.

+
> In this guide, all `systemd` unit files are configured to run the process as
+
> the `seed` user and group, for security reasons. If you set up a different
+
> user or group name, you will have to make edits to these files before running
+
> the services.
+

Then, **enable** and **run** the service:

    systemctl enable --now radicle-httpd