reaktor2: fix invalid character crash

This commit is contained in:
lassulus 2019-10-23 00:49:48 +02:00
parent 5ab261df3a
commit f8d1d7f938
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;