modules/sliding-sync: fix after and wantedby
This commit is contained in:
parent
0214456738
commit
0c6e9139c3
@ -81,7 +81,10 @@ in
|
||||
systemd.services.sliding-sync = {
|
||||
enable = true;
|
||||
description = "sliding-sync server";
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" "matrix-synapse.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
|
||||
environment = {
|
||||
HOME = "${cfg.dataDir}";
|
||||
|
Loading…
Reference in New Issue
Block a user