make evremap not block rebuilds if device isn't plugged in

This commit is contained in:
Schrottkatze 2025-03-10 14:24:13 +01:00
commit e05e01b2aa
No known key found for this signature in database

View file

@ -97,8 +97,8 @@ in
value = let
cfgFile = toml.generate "remaps-${toString i}.toml" (elemAt devs i);
in {
script = "${evremap}/bin/evremap remap ${cfgFile}";
wantedBy = ["multi-user.target"];
serviceConfig.ExecStart = "-${evremap}/bin/evremap remap ${cfgFile}";
unitConfig = {
Restart = "on-failure";
};