activate-system: don’t KeepAlive
It seems like a bad idea to keep restarting the activation daemon when it fails.
This commit is contained in:
parent
62ba0a2242
commit
0e87d3d391
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@
|
|||
${config.system.activationScripts.keyboard.text}
|
||||
'';
|
||||
serviceConfig.RunAtLoad = true;
|
||||
serviceConfig.KeepAlive.SuccessfulExit = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue