1
0
Fork 0

Improve boot order

This commit is contained in:
Malte Brandy 2021-07-15 22:56:54 +02:00
parent 6b8da5e295
commit d3b9220834
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -46,6 +46,8 @@ in
ExecStart = "/disk/volatile/maralorn/modes/orga/activate";
};
wantedBy = [ "multi-user.target" ];
# Try to avoid race conditions, when the user gets logged in before activation was completed.
before = [ "display-manager.service" ];
};
systemd.tmpfiles.rules = [