File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ Installation using the `*.run` binary installer:
48
48
4 . If the installer runs as superuser (by ` root ` or using ` sudo ` ),
49
49
it installs ejabberd binaries in ` /opt/ejabberd-XX.YY/ ` ;
50
50
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 ` :
52
52
``` bash
53
53
sudo ./ejabberd-YY.MM-1-linux-x64.run
54
54
```
55
55
56
56
5 . If the installer runs as a regular user,
57
57
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 ` ,
59
59
and ` systemctl ` cannot be used to start ejabberd; start it manually.
60
60
61
61
6 . After successful installation by root, ejabberd is automatically started.
You can’t perform that action at this time.
0 commit comments