reaktor2: fix invalid character crash

This commit is contained in:
lassulus 2019-10-23 00:49:48 +02:00 committed by Jeschli
parent 10214c7582
commit 8748e50be7
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ with import <stockholm/lib>;
systemd.services = flip mapAttrs' config.krebs.reaktor2 (_: cfg:
nameValuePair cfg.systemd-service-name {
after = [ "network.target" ];
environment = {
LC_ALL = "en_US.UTF-8";
};
wantedBy = [ "multi-user.target" ];
serviceConfig = {
User = cfg.username;