summarylogtreecommitdiffstats
path: root/prosody.install
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2019-11-20 16:44:57 +0100
committerMaxime “pep” Buquet2019-11-20 16:44:57 +0100
commit9f6cd2251c1271ba841045bd274dccb76254dfa4 (patch)
tree0f6515d32867c4eb59468491dfdc89d4bac19063 /prosody.install
parent05a31ff6cbc6d6f1b441e77645325a8599f96f74 (diff)
downloadaur-9f6cd2251c1271ba841045bd274dccb76254dfa4.tar.gz
Change unit file to use prosody directly and not prosodyctl
As recommended by upstream. Service file taken from their repo. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'prosody.install')
-rw-r--r--prosody.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/prosody.install b/prosody.install
index 989da11b417f..842a5f470980 100644
--- a/prosody.install
+++ b/prosody.install
@@ -1,5 +1,8 @@
post_install() {
echo ">> Documentation: https://wiki.archlinux.org/index.php/Prosody"
+ echo
+ echo ">> The unit file has been changed to Type=simple. "
+ echo ">> You need to change the configuration back to daemonize=false (prosody default)."
}
post_upgrade() {