From e09875f18e32f37001182170a3f4fb2fc1918e45 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Fri, 7 May 2021 19:52:05 +0100 Subject: useful abstractions and fix lie in honk.install - the binary is launched with the 'honk' user, not the 'nobody' user --- honk.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'honk.install') diff --git a/honk.install b/honk.install index 5cb9d27..dcb03bb 100755 --- a/honk.install +++ b/honk.install @@ -7,7 +7,7 @@ post_install() { useradd -r -m -d $_HONKDIR honk chown honk:honk -R "$_HONKDIR" systemctl daemon-reload - printf "\n\n${_BOLD}VERY IMPORTANT${_STYLE_END}:\nType:\n\t cd $_HONKDIR && ./honk init\nin a shell to initialize the database, and then you can type 'systemctl start honk' to start the honk server.\n'systemctl status honk' will help you identify problems that might arise.\nThe service launch the binary with the noboby user and group.\n\n" + printf "\n\n${_BOLD}VERY IMPORTANT${_STYLE_END}:\nType:\n\t cd $_HONKDIR && ./honk init\nin a shell to initialize the database, and then you can type 'systemctl start honk' to start the honk server.\n'systemctl status honk' will help you identify problems that might arise.\nThe service launch the binary with the honk user and group.\n\n" } post_remove() { -- cgit v1.2.3-70-g09d2