diff options
author | Kim Alvefur <zash@zash.se> | 2025-04-01 18:31:26 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-04-01 18:31:26 +0200 |
commit | 126262edb30d67f15abd18097f28d9e0a5898ef9 (patch) | |
tree | 72a592aebab590ca7609d4121c567f079c0296ef /prosodyctl | |
parent | d4af16441d839620e400eb79dc281085ee4ca096 (diff) | |
parent | 7976f21e3e34f7ae1c46446dbed46115a66fa8a4 (diff) | |
download | prosody-126262edb30d67f15abd18097f28d9e0a5898ef9.tar.gz prosody-126262edb30d67f15abd18097f28d9e0a5898ef9.zip |
Merge 13.0->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -195,6 +195,7 @@ local function service_command_warning(service_command) elseif init == "rc.d" then show_warning(" /etc/init.d/prosody %s", service_command); end + show_warning(""); else show_warning(" it may conflict with your system's service manager."); show_warning(""); |