Skip to content

Commit 95b7755

Browse files
committed
Fix naming: in systemd it's called "service unit"
1 parent 799b3ce commit 95b7755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/admin/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Installation using the `*.run` binary installer:
4848
4. If the installer runs as superuser (by `root` or using `sudo`),
4949
it installs ejabberd binaries in `/opt/ejabberd-XX.YY/`;
5050
installs your configuration, Mnesia database and logs in `/opt/ejabberd/`,
51-
and setups ejabberd service in `systemd`:
51+
and setups an ejabberd service unit in `systemd`:
5252
``` bash
5353
sudo ./ejabberd-YY.MM-1-linux-x64.run
5454
```
5555

5656
5. If the installer runs as a regular user,
5757
it asks the base path where ejabberd should be installed.
58-
In that case, the ejabberd service is not set in `systemd`,
58+
In that case, the ejabberd service unit is not set in `systemd`,
5959
and `systemctl` cannot be used to start ejabberd; start it manually.
6060

6161
6. After successful installation by root, ejabberd is automatically started.

0 commit comments

Comments
 (0)