mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-10 22:10:28 +02:00
6 lines
83 B
D
6 lines
83 B
D
#!/bin/sh
|
|
|
|
test "$1" = renew || exit 0
|
|
|
|
systemctl try-reload-or-restart turnserver
|