mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-06-06 22:58:53 -04:00
update systemd files
This commit is contained in:
parent
2c9153a896
commit
fa37161e4b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=matrix-media-repo
|
Description=matrix-media-repo
|
||||||
After=network.target postgresql@11-main.service matrix-synapse.service
|
After=network.target postgresql@13-main.service matrix-synapse.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Synapse parent target
|
Description=Synapse parent target
|
||||||
After=network.target
|
After=network.target
|
||||||
Requires=postgresql@11-main.service
|
Requires=postgresql@13-main.service
|
||||||
Requires=redis-server.service
|
Requires=redis-server.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue