nixos/evcc: restart on failure
This commit is contained in:
parent
c115010a8b
commit
cfa475854a
@ -63,6 +63,7 @@ in
|
||||
DynamicUser = true;
|
||||
LockPersonality = true;
|
||||
MemoryDenyWriteExecute = true;
|
||||
Restart = "on-failure";
|
||||
RestrictAddressFamilies = [
|
||||
"AF_INET"
|
||||
"AF_INET6"
|
||||
|
Loading…
Reference in New Issue
Block a user