make evremap not block rebuilds if device isn't plugged in
This commit is contained in:
parent
1a2bb1293a
commit
e05e01b2aa
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue