Software / code / prosody
Comparison
prosodyctl @ 13803:3627980e7df6
Merge 13.0->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 01 Apr 2025 18:31:26 +0200 |
| parent | 13800:883d9d0ccd64 |
comparison
equal
deleted
inserted
replaced
| 13799:a353db59f942 | 13803:3627980e7df6 |
|---|---|
| 193 if init == "systemd" then | 193 if init == "systemd" then |
| 194 show_warning(" systemctl %s prosody", service_command); | 194 show_warning(" systemctl %s prosody", service_command); |
| 195 elseif init == "rc.d" then | 195 elseif init == "rc.d" then |
| 196 show_warning(" /etc/init.d/prosody %s", service_command); | 196 show_warning(" /etc/init.d/prosody %s", service_command); |
| 197 end | 197 end |
| 198 show_warning(""); | |
| 198 else | 199 else |
| 199 show_warning(" it may conflict with your system's service manager."); | 200 show_warning(" it may conflict with your system's service manager."); |
| 200 show_warning(""); | 201 show_warning(""); |
| 201 end | 202 end |
| 202 | 203 |