From 0b6cfc170b97d6926c2fdc2120a22f2b6905d468 Mon Sep 17 00:00:00 2001 From: Martin Rusev Date: Mon, 15 Jan 2018 15:57:47 +0100 Subject: [PATCH] Update postinst command description #23 --- packaging/postinst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/postinst.sh b/packaging/postinst.sh index b4c19ca..153d0fe 100644 --- a/packaging/postinst.sh +++ b/packaging/postinst.sh @@ -21,7 +21,7 @@ function install_systemd { systemctl daemon-reload || true echo "### You can start amonagent by executing" echo "" - echo "sudo systemctl amonagent start" + echo "sudo systemctl start amonagent.service" echo "" echo "###" } @@ -128,4 +128,4 @@ if [ ! -d /etc/opt/amonagent/machine-id ]; then echo "" echo "###" -fi \ No newline at end of file +fi