make evremap restart on crash
This commit is contained in:
parent
af25da9eea
commit
4946136de3
1 changed files with 3 additions and 0 deletions
|
@ -21,5 +21,8 @@ in {
|
|||
systemd.services.evremap = {
|
||||
script = "${evremap}/bin/evremap remap ${../../other/remaps-${config.networking.hostName}.toml}";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
unitConfig = {
|
||||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue