mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/sh
|
|
|
|
test "$1" = renew || exit 0
|
|
|
|
systemctl try-reload-or-restart turnserver
|