add break lines to make things more readable

This commit is contained in:
meaz 2023-08-03 11:29:21 +02:00
parent 8aaddb6257
commit b439d7c611
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 3 additions and 0 deletions

View File

@ -55,12 +55,15 @@ UserParameter=dovecot.processes,ps -A |grep imap |wc -l
# Lufi
UserParameter=lufi[*],cat /tmp/lufi_stats | grep $1 | cut -d' ' -f2-
{% endif %}
{% if item.name == 'privatebin' %}
# PrivateBin
UserParameter=privatebin[*],cat /tmp/bin_stats | grep $1 | cut -d' ' -f2-
{% endif %}
{% if item.name == 'etherpad' %}
# Etherpad
UserParameter=etherpad[*],cat /tmp/pad_stats | grep $1 | cut -d' ' -f2-
{% endif %}
{% endfor %}