From 32094b1b09b44603adc503d81d08e467b781e61c Mon Sep 17 00:00:00 2001 From: Kevin Rojas <kevin.rojas@artica.es> Date: Tue, 25 Aug 2020 09:21:57 +0200 Subject: [PATCH] Added sudo to clarify usage --- pandora_agents/unix/Darwin/dmg/resources/text/conclusion.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_agents/unix/Darwin/dmg/resources/text/conclusion.html b/pandora_agents/unix/Darwin/dmg/resources/text/conclusion.html index 9c608fa7e1..8122d2d23d 100644 --- a/pandora_agents/unix/Darwin/dmg/resources/text/conclusion.html +++ b/pandora_agents/unix/Darwin/dmg/resources/text/conclusion.html @@ -3,7 +3,7 @@ Installation complete! Thank you for installing Pandora FMS agent for MacOS. Agent's service has been automatically started. You can manage the service with: - launchctl start com.pandorafms.pandorafms + sudo launchctl start com.pandorafms.pandorafms to start it, and - launchctl stop com.pandorafms.pandorafms + sudo launchctl stop com.pandorafms.pandorafms to stop it. \ No newline at end of file