etherpad: Automatically restart on failure

This commit is contained in:
OatmealDome
2025-01-29 02:36:12 +00:00
parent 3a70308da9
commit 4fdd2fd955

View File

@@ -118,6 +118,8 @@ in {
User = "etherpad";
Group = "etherpad";
WorkingDirectory = stateDir;
Restart = "on-failure";
RestartSec = 3;
};
preStart = ''