Update INSTALL.md

This commit is contained in:
OpenAlgeria 2018-09-20 15:21:32 +02:00 committed by GitHub
parent f0fb030c7f
commit 5d21e26406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

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.