From 5d21e264063b93e1feb0988318cac364cac4413a Mon Sep 17 00:00:00 2001 From: OpenAlgeria <39639882+OpenAlgeria@users.noreply.github.com> Date: Thu, 20 Sep 2018 15:21:32 +0200 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index aeae911e..e245eb65 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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.