summaryrefslogtreecommitdiff
path: root/honk.install
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-05-07 19:52:05 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-05-07 19:52:05 +0100
commite09875f18e32f37001182170a3f4fb2fc1918e45 (patch)
tree7a80434ecc92ec70943c5fa20110751e4d2e1550 /honk.install
parent8e69d469111d67ec8ad055a257eff81ac2bfe46e (diff)
downloadhonk_aur-e09875f18e32f37001182170a3f4fb2fc1918e45.tar.gz
honk_aur-e09875f18e32f37001182170a3f4fb2fc1918e45.zip
useful abstractions and fix lie in honk.install
- the binary is launched with the 'honk' user, not the 'nobody' user
Diffstat (limited to 'honk.install')
-rwxr-xr-xhonk.install2
1 files changed, 1 insertions, 1 deletions
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() {