-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcli.sh
39 lines (36 loc) · 1.35 KB
/
cli.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Matrix Core / Workers
systemctl $1 matrix_main.service
systemctl $1 [email protected]
systemctl $1 matrix_generic_worker@federation_reader.service
systemctl $1 [email protected]
systemctl $1 [email protected]
systemctl $1 matrix_generic_worker@user_dir.service
systemctl $1 [email protected]
systemctl $1 [email protected]
systemctl $1 matrix_generic_worker@frontend_proxy.service
systemctl $1 [email protected]
systemctl $1 matrix_generic_worker@federation_sender.service
systemctl $1 matrix_media.service
systemctl $1 matrix_sygnal.service
#systemctl $1 matrix_waterfall.service
systemctl $1 matrix_livekit.service
systemctl $1 matrix_livekit_auth.service
#systemctl $1 matrix_syncv3.service
# Appservices
systemctl $1 matrix_facebook.service
#systemctl $1 matrix_steam.service
systemctl $1 matrix_instagram.service
systemctl $1 matrix_signal.service
systemctl $1 matrix_irc.service
systemctl $1 matrix_webhooks.service
systemctl $1 matrix_whatsapp.service
systemctl $1 matrix_discord.service
systemctl $1 matrix_telegram.service
#systemctl $1 matrix_skype.service
#systemctl $1 matrix_linkedin.service
# Bots
systemctl $1 matrix_bot.service
systemctl $1 matrix_chatgpt.service
systemctl $1 matrix_sip.service
# NGINX
systemctl restart nginx.service