Merge pull request #240 from OpenAlgeria/patch-1

Update INSTALL.md
This commit is contained in:
Baptiste Gelez 2018-09-20 19:23:49 +01:00 committed by GitHub
commit 7afe249a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,6 +303,24 @@ Restart=always
WantedBy=multi-user.target
```
Now you need to enable all of these services:
```bash
systemctl enable /etc/systemd/system/plume.service
```
Now start the services:
```bash
systemctl start plume.service
```
Check that they are properly running:
```bash
systemctl status plume.service
```
## SysVinit integration
This script can also be useful if you are using SysVinit.