You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
325 B
11 lines
325 B
[Unit]
|
|
Description=Matrix Service Target
|
|
Documentation=man:systemd.target(5)
|
|
Requires=matrix-homeserver.service matrix-web.service matrix-init.service matrix-backup.timer
|
|
After=matrix-homeserver.service matrix-web.service matrix-init.service
|
|
Before=matrix-backup.timer
|
|
|
|
AllowIsolate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|