From 1d5092bc9e4f63a7a8fc43463ab7df09401a6609 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 18 May 2024 21:16:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20SyslogIdentifier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/etc/systemd/system/etherpad-lite.service.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/etc/systemd/system/etherpad-lite.service.j2 b/templates/etc/systemd/system/etherpad-lite.service.j2 index 6180046..bb79e90 100644 --- a/templates/etc/systemd/system/etherpad-lite.service.j2 +++ b/templates/etc/systemd/system/etherpad-lite.service.j2 @@ -11,6 +11,7 @@ ExecStart={{ etherpad_path }}/bin/run.sh Environment=PATH={{ etherpad_environment_path }} Environment=NODE_ENV={{ etherpad_node_environment }} Restart=always +SyslogIdentifier=etherpad [Install] WantedBy=multi-user.target