Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | |||
|
admin_grundlagen:etherpad [2025/05/30 06:02] ingo_wichmann [Etherpad-Lite Service mit Postgres als Datenbank] |
admin_grundlagen:etherpad [2025/05/30 06:29] (aktuell) ingo_wichmann [Etherpad-Lite Service mit Postgres als Datenbank] |
||
|---|---|---|---|
| Zeile 51: | Zeile 51: | ||
| User=etherpad | User=etherpad | ||
| Group=etherpad | Group=etherpad | ||
| - | WorkingDirectory=/opt/etherpad | + | WorkingDirectory=/opt/etherpad-lite |
| Environment=NODE_ENV=production | Environment=NODE_ENV=production | ||
| - | ExecStart=/usr/bin/node --experimental-worker /opt/etherpad/node_modules/ep_etherpad-lite/node/server.js | + | ExecStart=/usr/bin/node --experimental-worker /opt/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js |
| # use mysql plus a complete settings.json to avoid Service hold-off time over, scheduling restart. | # use mysql plus a complete settings.json to avoid Service hold-off time over, scheduling restart. | ||
| Restart=always | Restart=always | ||