mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
service Some machines use certbot, but don't have nginx so we shouldn't force the reload here. Signed-off-by: Florian Pritz <bluewind@xinu.at>
6 lines
63 B
Django/Jinja
6 lines
63 B
Django/Jinja
#!/bin/sh
|
|
|
|
test "$1" = renew || exit 0
|
|
|
|
systemctl reload nginx
|