From 930dfd4867b3a09daa173d17d10c195aa2beb102 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 5 Sep 2021 02:31:52 +0200 Subject: [PATCH] README.install: document changes to the systemd service file. --- README.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.install b/README.install index b592166..6534257 100644 --- a/README.install +++ b/README.install @@ -155,7 +155,7 @@ User=etherpad Group=etherpad WorkingDirectory=/var/www/etherpad/etherpad-lite Environment=NODE_ENV=production -ExecStart=/usr/bin/nodejs /var/www/etherpad/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js +ExecStart=/usr/bin/node /var/www/etherpad/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js Restart=always # use mysql plus a complete settings.json to avoid Service hold-off time over, scheduling restart. [Install]