This website requires JavaScript.
Explore
Help
Sign in
YunoHost-Apps
/
synapse_ynh
Watch
1
Star
0
Fork
You've already forked synapse_ynh
0
mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced
2024-09-03 20:26:38 +02:00
Code
Issues
Activity
Actions
8ab6186bed
synapse_ynh
/
hooks
/
post_cert_update
6 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
Add hook to restart synapse at each certificate update
2019-09-03 15:26:09 +02:00
#!/bin/bash
if [ $1 == __DOMAIN__ ]; then
Fix service name in hook
2024-03-19 23:12:02 +01:00
systemctl restart __APP__.service
Add hook to restart synapse at each certificate update
2019-09-03 15:26:09 +02:00
fi
Reference in a new issue
Copy permalink